Represents list of sections for Sections property of Document class.

Namespace:  Greatis.PrintSuite.Designer
Assembly:  Greatis.PrintSuite.Designer (in Greatis.PrintSuite.Designer.dll)

Syntax

Visual Basic (Declaration)
Public Class SectionList _
	Inherits List(Of DocumentSection)
C#
public class SectionList : List<DocumentSection>
Visual C++
public ref class SectionList : public List<DocumentSection^>
JavaScript
Greatis.PrintSuite.Designer.SectionList = function();

Type.createClass(
	'Greatis.PrintSuite.Designer.SectionList',
	List`1);

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(DocumentSection>)>)
    Greatis.PrintSuite.Designer..::.SectionList

See Also