Click or drag to resize
TableOpenColumn Method
Opens the specified column and returns a column object.

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public Column OpenColumn(
	int Index
)

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: Column
Returns a Column object.
See Also