ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / Count Property

In This Topic
    Count Property (C1WordDocument)
    In This Topic
    Gets count of objects of a main section of this document.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As System.Integer
    public System.int Count {get;}

    Property Value

    The count of objects of the main section of the Word/RTF document.
    See Also