'宣言
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
値。