Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SectionColumns Methods

Represents an interface for creating, applying and retrieving a column layout of a section in a document.
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