Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Columns Class / Count Property


In This Topic
    Count Property (Columns)
    In This Topic
    Gets or sets the number of columns in the collection.
    Syntax
    'Declaration
     
    
    Public Property Count As Integer
    'Usage
     
    
    Dim instance As Columns
    Dim value As Integer
     
    instance.Count = value
     
    value = instance.Count
    public int Count {get; set;}
    See Also