Selerix Developer Tools
RowIndex Property (AnswerRow)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > AnswerRow Class : RowIndex Property
Gets or sets the index of the row.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Overridable Property RowIndex As Integer
'Usage
 
Dim instance As AnswerRow
Dim value As Integer
 
instance.RowIndex = value
 
value = instance.RowIndex
[XmlAttribute()]
public virtual int RowIndex {get; set;}
public read-write property RowIndex: Integer; virtual; 
XmlAttributeAttribute()
public function get,set RowIndex : int
[XmlAttribute()]
public: __property virtual int get_RowIndex();
public: __property virtual void set_RowIndex( 
   int value
);
[XmlAttribute()]
public:
virtual property int RowIndex {
   int get();
   void set (    int value);
}

Property Value

The index of the row.
See Also

Reference

AnswerRow Class
AnswerRow Members