Index Property (ColumnInfo)
In This Topic
Gets or sets the index of the column in the grid's columns collection.
Syntax
'Declaration
Public Overridable Property Index As System.Integer
'Usage
Dim instance As ColumnInfo
Dim value As System.Integer
instance.Index = value
value = instance.Index
public virtual System.int Index {get; set;}
public read-write property Index: System.Integer; virtual;
public function get,set Index : System.int
public: __property virtual System.int get_Index();
public: __property virtual void set_Index(
System.int value
);
public:
virtual property System.int Index {
System.int get();
void set ( System.int value);
}
See Also