SectionColumns Members
Represents an interface for creating, applying and retrieving a column layout of a section in a document.Properties
| Name | Description |
|---|---|
| Count | Gets the number of columns in the section. |
Methods
| Name | Description |
|---|---|
| CreateUniformColumns(SectionPage, Single, Int32) | Creates a uniform column layout using the current page settings. |
| CreateUniformColumns(Single, Single, Int32) | Creates a uniform column layout using the specified settings. |
| GetColumns() | Gets the column layout of the current section. |
| SetColumns(SectionColumnCollection) | Applies the columns to the section. |
See Also