IWebTableColumnCount Method |
Returns the number of columns in the table.
Namespace:
SmartBear.TestLeft.TestObjects.Web
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax int ColumnCount(
int rowIndex = 0
)
Function ColumnCount (
Optional rowIndex As Integer = 0
) As Integer
Dim instance As IWebTable
Dim rowIndex As Integer
Dim returnValue As Integer
returnValue = instance.ColumnCount(rowIndex)
int ColumnCount(
int rowIndex = 0
)
Parameters
- rowIndex (Optional)
- Type: SystemInt32
Index of row.
Return Value
Type:
Int32Columns count.
Exceptions See Also