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

Namespace: Aceoffix.WordReader
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.
See Also