MESCIUS SPREAD for Windows Forms 15.0J
GetColumnWidth(Int32) メソッド
使用例 

列インデックス
このシートの指定した列の幅を取得します(ピクセル単位)。
構文
'宣言
 
Public Function GetColumnWidth( _
   ByVal column As Integer _
) As Integer
public int GetColumnWidth( 
   int column
)

パラメータ

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

SheetView クラス
SheetView メンバ

 

 


© MESCIUS inc. All rights reserved.