ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / Current Property

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

    Property Value

    The current object of the Word/RTF document.
    See Also