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