FlexGrid for WinForms
Count Property (RowColCollection)



Gets or sets the number of rows or columns in the collection.
Syntax
'Declaration
 
Public Overridable Property Count As Integer
'Usage
 
Dim instance As RowColCollection
Dim value As Integer
 
instance.Count = value
 
value = instance.Count
public virtual int Count {get; set;}
public:
virtual property int Count {
   int get();
   void set (    int value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RowColCollection Class
RowColCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback