ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word 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 Integer
    public int Count {get;}

    Property Value

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