Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RangeBase Class / Sections Property

In This Topic
    Sections Property
    In This Topic
    Gets the collection of sections included in this range.
    Syntax
    'Declaration
     
    Public ReadOnly Property Sections As SectionCollection
    public SectionCollection Sections {get;}
    See Also