Gets a
CellRange object that can be used to format and manipulate a cell.
'宣言
Public Overloads Function GetCellRange( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As CellRange
public CellRange GetCellRange(
System.int ,
System.int
)
パラメータ
- row
- Row index.
- col
- Column index.
戻り値の型
A
CellRange object that can be used to format and manipulate the cell.