Provides factory methods for creating built-in section column collections.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public static class SectionColumnCollectionFactory
Inheritance: objectSectionColumnCollectionFactory
Methods
Create SectionColumnCollection for given built-in SectionColumnsLayout.
C#
public static SectionColumnCollection Create(SectionColumnsLayout sectionColumnsLayout, Section section)
The section columns layout for which to create the collection.
sectionSectionThe section from the document for which to create the collection.
Returns:The created collection for given layout type.
Exceptions:if the section is null.