In This Topic
Gets or sets the level of the row when in grouping.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(0)>
Public Property GroupLevel As System.Integer
'Usage
Dim instance As Row
Dim value As System.Integer
instance.GroupLevel = value
value = instance.GroupLevel
[System.ComponentModel.DefaultValue(0)]
public System.int GroupLevel {get; set;}
public read-write property GroupLevel: System.Integer;
System.ComponentModel.DefaultValueAttribute(0)
public function get,set GroupLevel : System.int
[System.ComponentModel.DefaultValue(0)]
public: __property System.int get_GroupLevel();
public: __property void set_GroupLevel(
System.int value
);
[System.ComponentModel.DefaultValue(0)]
public:
property System.int GroupLevel {
System.int get();
void set ( System.int value);
}
See Also