WebCellElementPatternColumnIndex Property |
The column 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> ColumnIndex { get; set; }
Public Property ColumnIndex As Nullable(Of Integer)
Get
Set
Dim instance As WebCellElementPattern
Dim value As Nullable(Of Integer)
value = instance.ColumnIndex
instance.ColumnIndex = value
public:
property Nullable<int> ColumnIndex {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
Type:
NullableInt32See Also