PowerTools SPREAD for ASP.NET 8.0J
GetColumnIndex メソッド (FpSpread)

指定した列のクライアント列インデックスを返します。
構文
'Declaration
 
Public Function GetColumnIndex( _
   ByVal column As Integer _
) As Integer
public int GetColumnIndex( 
   int column
)

パラメータ

column
次のサンプルコードは、GetColumnIndexメソッドを使用します。
FpSpread1.Sheets[0].RowCount = 30;
ListBox1.Items.Add(FpSpread1.GetColumnIndex(1).ToString());
ListBox1.Items.Add(FpSpread1.GetRowIndex(1, 1).ToString());
ListBox1.Items.Add(FpSpread1.GetPageIndex(11).ToString());
FpSpread1.Sheets(0).RowCount = 30
ListBox1.Items.Add(FpSpread1.GetColumnIndex(1).ToString())
ListBox1.Items.Add(FpSpread1.GetRowIndex(1, 1).ToString())
ListBox1.Items.Add(FpSpread1.GetPageIndex(11).ToString())
参照

FpSpread クラス
FpSpread メンバ

 

 


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