Class SectionColumnCollectionFactory
Provides factory methods for creating built-in section column collections.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public static class SectionColumnCollectionFactory
Methods
Create(SectionColumnsLayout, Section)
Create SectionColumnCollection for given built-in SectionColumnsLayout.
Declaration
public static SectionColumnCollection Create(SectionColumnsLayout sectionColumnsLayout, Section section)
Parameters
SectionColumnsLayout
sectionColumnsLayout
The section columns layout for which to create the collection. |
Section
section
The section from the document for which to create the collection. |
Returns
SectionColumnCollection
The created collection for given layout type. |
Exceptions
System.ArgumentNullException
if the section is null. |