TextColumnCollection Class Members
In This Topic
The following tables list the members exposed by TextColumnCollection.
Public Properties
| Name | Description |
| Count |
Gets the number of columns in the section of a document.
|
| EvenlySpaced |
Gets or sets a value indicating whether all text columns are of equal width and evenly spaced.
|
| Item |
Gets a text column at a specified index.
|
| LineBetween |
Gets or sets a value indicating whether to add a vertical line between columns.
|
| Spacing | When columns are evenly spaced (see EvenlySpaced), gets or sets the amount of space between each column in points. |
| Width | When columns are evenly spaced (see EvenlySpaced), gets or sets the width of the columns. |
Top
Public Methods
| Name | Description |
| Add | Overloaded. Adds a new TextColumn to the section. |
| SetCount |
Sets the number of columns in a section of a document.
|
Top
See Also