Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableColumnCollection Interface / Count Property


In This Topic
    Count Property (ITableColumnCollection)
    In This Topic
    Number of ITableColumn items.
    Syntax
    'Declaration
     
    
    ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As ITableColumnCollection
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}
    See Also