バージョン

SpreadsheetCell コンストラクタ(Int32,Int32)

新しい SpreadsheetCell を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal row As Integer, _
   ByVal column As Integer _
)
public SpreadsheetCell( 
   int row,
   int column
)

パラメータ

row
行のインデックス。
column
列のインデックス。
参照