Gets or sets the index of a row.
Syntax
'Declaration
Public Overridable Property RowIndex As Integer
'Usage
Dim instance As MedicalDetail
Dim value As Integer
instance.RowIndex = value
value = instance.RowIndex
public virtual int RowIndex {get; set;}
public read-write property RowIndex: Integer; virtual;
public function get,set RowIndex : int
public: __property virtual int get_RowIndex();
public: __property virtual void set_RowIndex(
int value
);
public:
virtual property int RowIndex {
int get();
void set ( int value);
}
Property Value
The index row number.
See Also