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