WebCellElementPatternRowIndex Property |
The row number (zero-based) of the sought-for cell.
Namespace:
SmartBear.TestLeft.TestObjects.Web
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public Nullable<int> RowIndex { get; set; }
Public Property RowIndex As Nullable(Of Integer)
Get
Set
Dim instance As WebCellElementPattern
Dim value As Nullable(Of Integer)
value = instance.RowIndex
instance.RowIndex = value
public:
property Nullable<int> RowIndex {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32See Also