ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfSection Class / Current Property

In This Topic
    Current Property (RtfSection)
    In This Topic
    Gets current object for this section.
    Syntax
    'Declaration
     
    Public ReadOnly Property Current As RtfObject
    public RtfObject Current {get;}

    Property Value

    The current RtfObject of the Word/RTF section.
    See Also