Opens the specified row and returns a row object.
Namespace: Aceoffix.WordWriterAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic Row OpenRow(
int Index
)
Public Function OpenRow (
Index As Integer
) As Row
Parameters
- Index
- Type: SystemInt32
The index of the row is the same with the index defined in Microsoft Word. Both of them start form "1".
Return Value
Type:
RowReturns a Row object.
See Also