Opens the specified cell and returns a Cell object.
Namespace: Aceoffix.WordWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic Cell OpenCellRC(
int Row,
int Col
)
Public Function OpenCellRC (
Row As Integer,
Col As Integer
) As Cell
Parameters
- Row
- Type: SystemInt32
The row number. Starting from "1". - Col
- Type: SystemInt32
The column number. Starting from "1".
Return Value
Type:
CellReturns a Cell object.
RemarksOpens the specified cell and returns a Cell object.
ExamplesPlease refer to the code example in the OpenTable(Int32) method topic to learn how to use the OpenCellRC method.
See Also