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


In This Topic
    Count Property (ICharacters)
    In This Topic
    Gets an integer value that represents the number of characters.
    Syntax
    'Declaration
     
    
    ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As ICharacters
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}
    See Also