Click or drag to resize

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
)

Parameters

rowIndex (Optional)
Type: SystemInt32
Index of row.

Return Value

Type: Int32
Columns count.
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also