ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfSection Class / Columns Property

In This Topic
    Columns Property
    In This Topic
    Gets the colunms collection of this section.
    Syntax
    'Declaration
     
    Public ReadOnly Property Columns As RtfColumnCollection
    public RtfColumnCollection Columns {get;}

    Property Value

    The RtfColumnCollection of the Word/RTF section.
    See Also