RowCount Property (HeaderTemplate)
In This Topic
number of row(s) will appear header of table.
Syntax
'Declaration
Public Property RowCount As System.Integer
'Usage
Dim instance As HeaderTemplate
Dim value As System.Integer
instance.RowCount = value
value = instance.RowCount
public System.int RowCount {get; set;}
public read-write property RowCount: System.Integer;
public function get,set RowCount : System.int
public: __property System.int get_RowCount();
public: __property void set_RowCount(
System.int value
);
public:
property System.int RowCount {
System.int get();
void set ( System.int value);
}
See Also