指定された
row および のセルに対応するテキストを取得します。
シンタックス
'宣言
Public Overloads Function GetCellText( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.String
public System.string GetCellText(
System.int ,
System.int
)
パラメータ
- row
- 行インデックス。
- col
- 列インデックス。
参照