FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / RowColCollection Class / Count Property

In This Topic
    Count Property (RowColCollection)
    In This Topic
    Gets or sets the number of rows or columns in the collection.
    Syntax
    'Declaration
     
    
    Public Overridable Property Count As Integer
    public virtual int Count {get; set;}
    See Also