Rows Property (FrozenPane)
In This Topic
Gets or sets the frozen row index.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(0)>
Public Property Rows As System.Integer
'Usage
Dim instance As FrozenPane
Dim value As System.Integer
instance.Rows = value
value = instance.Rows
[System.ComponentModel.DefaultValue(0)]
public System.int Rows {get; set;}
public read-write property Rows: System.Integer;
System.ComponentModel.DefaultValueAttribute(0)
public function get,set Rows : System.int
[System.ComponentModel.DefaultValue(0)]
public: __property System.int get_Rows();
public: __property void set_Rows(
System.int value
);
[System.ComponentModel.DefaultValue(0)]
public:
property System.int Rows {
System.int get();
void set ( System.int value);
}
See Also