'Declaration Public Function GetPreferredPrintRowHeight( _ ByVal g As Graphics, _ ByVal row As Integer _ ) As Single
'Declaration
Public Function GetPreferredPrintRowHeight( _ ByVal g As Graphics, _ ByVal row As Integer _ ) As Single
'使用法 Dim instance As SheetView Dim g As Graphics Dim row As Integer Dim value As Single value = instance.GetPreferredPrintRowHeight(g, row)
'使用法
Dim instance As SheetView Dim g As Graphics Dim row As Integer Dim value As Single value = instance.GetPreferredPrintRowHeight(g, row)
public float GetPreferredPrintRowHeight( Graphics g, int row )
SheetView クラス SheetView メンバ
© 2004-2017, GrapeCity inc. All rights reserved.