PowerTools SPREAD for Windows Forms 8.0J
GetRowHeight(Int32) メソッド


行インデックス
このシートの指定した行の高さを取得します(ピクセル単位)。
構文
'Declaration
 
Public Function GetRowHeight( _
   ByVal row As Integer _
) As Integer
'使用法
 
Dim instance As SheetView
Dim row As Integer
Dim value As Integer
 
value = instance.GetRowHeight(row)
public int GetRowHeight( 
   int row
)

パラメータ

row
行インデックス
次のサンプルコードは、GetRowHeightメソッドを使用します。
listBox1.Items.Add(fpSpread1.Sheets[0].GetRowHeight(4).ToString());
ListBox1.Items.Add(FpSpread1.Sheets(0).GetRowHeight(4).ToString())
参照

SheetView クラス
SheetView メンバ

 

 


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