In This Topic
Gets or sets the index of the second row in this range.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(-1)>
Public Property Row2 As System.Integer
'Usage
Dim instance As CellRange
Dim value As System.Integer
instance.Row2 = value
value = instance.Row2
[System.ComponentModel.DefaultValue(-1)]
public System.int Row2 {get; set;}
public read-write property Row2: System.Integer;
System.ComponentModel.DefaultValueAttribute(-1)
public function get,set Row2 : System.int
[System.ComponentModel.DefaultValue(-1)]
public: __property System.int get_Row2();
public: __property void set_Row2(
System.int value
);
[System.ComponentModel.DefaultValue(-1)]
public:
property System.int Row2 {
System.int get();
void set ( System.int value);
}
See Also