'宣言Public Overloads ReadOnly Property Item( _ ByVal row As Integer, _ ByVal columnName As String _ ) As Cell
public Cell Item( int row, string columnName ) {get;}
パラメータ
- row
- 位置の行インデックスを指定する
int値。 - columnName
- 位置の列名を指定する
string値。
int 値。
string 値。