'宣言
Public Overridable Sub ShowCell( _
ByVal row As System.Integer, _
ByVal col As System.Integer _
)
public virtual void ShowCell(
System.int row,
System.int col
)
パラメータ
row
Row index.
col
Column index.
解説
This method does not affect the current selection. To move the cursor to a specific cell and optionally bring it into view, use the Select(CellRange,Boolean) method.