Click or drag to resize
TableOpenCellRC Method
Opens the specified cell and returns a Cell object.

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public Cell OpenCellRC(
	int Row,
	int Col
)

Parameters

Row
Type: SystemInt32
The row number. Starting from "1".
Col
Type: SystemInt32
The column number. Starting from "1".

Return Value

Type: Cell
Returns a Cell object.
Remarks
Opens the specified cell and returns a Cell object.
Examples

Please refer to the code example in the OpenTable(Int32) method topic to learn how to use the OpenCellRC method.

See Also