ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.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