Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / IDocumentProperties Interface / Count Property


In This Topic
    Count Property (IDocumentProperties)
    In This Topic
    Gets an integer value indicating the number of items in the IDocumentProperties collection.
    Syntax
    'Declaration
     
    
    ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As IDocumentProperties
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}
    See Also