PowerTools SPREAD for Windows Forms 8.0J
GetPreferredPrintRowHeight(Graphics,Int32) メソッド


グラフィックデバイス
行インデックス
このシートの指定した行にある最も高さのあるセル(テキスト内容に基づく)の高さ(ピクセル単位)を取得します。
構文
'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)
public float GetPreferredPrintRowHeight( 
   Graphics g,
   int row
)

パラメータ

g
グラフィックデバイス
row
行インデックス
参照

SheetView クラス
SheetView メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.