'宣言 Function GetCell( _ ByVal row As System.Integer, _ ByVal col As System.Integer _ ) As ITableCell
ITableCell GetCell( System.int row, System.int col )
パラメータ
- row
- 行インデックス
- col
- 列インデックス。
戻り値の型
指定された位置にあるITableCell。
'宣言 Function GetCell( _ ByVal row As System.Integer, _ ByVal col As System.Integer _ ) As ITableCell
ITableCell GetCell( System.int row, System.int col )