SPREAD for WPF 3.0J - GcSpreadSheet
CellLocation コンストラクタ

GrapeCity.Wpf.SpreadSheet アセンブリ > GrapeCity.Wpf.SpreadSheet 名前空間 > CellLocation 構造体 : CellLocation コンストラクタ
セルの領域を示すSpreadsheetAreas値。
セルの一番上の行のインデックスを示す整数値。
セルの左端の列のインデックスを示す整数値。
GrapeCity.Spreadsheet.Reference クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal area As SpreadsheetAreas, _
   ByVal row As System.Integer, _
   ByVal column As System.Integer _
)
public CellLocation( 
   SpreadsheetAreas area,
   System.int row,
   System.int column
)

パラメータ

area
セルの領域を示すSpreadsheetAreas値。
row
セルの一番上の行のインデックスを示す整数値。
column
セルの左端の列のインデックスを示す整数値。
参照

CellLocation 構造体
CellLocation メンバ