MESCIUS SPREAD for Windows Forms 15.0J
GetCellType メソッド
使用例 

行。
列。
CellTypeを取得します。
構文
'宣言
 
Public Function GetCellType( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As ICellType
public ICellType GetCellType( 
   int row,
   int column
)

パラメータ

row
行。
column
列。

戻り値の型

セル型を含むICellTypeオブジェクト
解説
これは、Cell、Row、またはColumnオブジェクトのCellTypeプロパティの値と同じであるとは限りません。
使用例
次のサンプルコードでは、このメンバを使用して、指定したセルのセル型を返しています。
fpSpread1.ActiveSheet.Cells[0, 0, 2, 2].CellType = new FarPoint.Win.Spread.CellType.ButtonCellType();
label1.Text = Convert.ToString(fpSpread1.ActiveSheet.GetCellType(1, 1));
FpSpread1.ActiveSheet.Cells(0, 0, 2, 2).CellType = New FarPoint.Win.Spread.CellType.ButtonCellType()
Label1.Text = Convert.ToString(FpSpread1.ActiveSheet.GetCellType(1, 1))
参照

SheetView クラス
SheetView メンバ
CellType プロパティ (Cell)
CellType プロパティ (Row)
CellType プロパティ (Column)

開発者ガイド

セル型

 

 


© MESCIUS inc. All rights reserved.