BCGControlBar Library for .NET
RowCount Property




Gets or sets the number of rows in Virtual Mode.
Syntax
'Declaration
 
Public Property RowCount As Integer
'Usage
 
Dim instance As GridData
Dim value As Integer
 
instance.RowCount = value
 
value = instance.RowCount
public int RowCount {get; set;}
public: __property int get_RowCount();
public: __property void set_RowCount( 
   int value
);
public:
property int RowCount {
   int get();
   void set (    int value);
}
Remarks
You must set this property in Virtual Mode. In other modes this property is ignored.
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

GridData Class
GridData Members

Send Feedback