ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.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