IQtTableWidgetwRow Property |
Returns the name of the table row specified by its index.
Namespace:
SmartBear.TestLeft.TestObjects.Qt
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IReadOnlyEnumCollection<string> wRow { get; }
ReadOnly Property wRow As IReadOnlyEnumCollection(Of String)
Get
Dim instance As IQtTableWidget
Dim value As IReadOnlyEnumCollection(Of String)
value = instance.wRow
property IReadOnlyEnumCollection<String^>^ wRow {
IReadOnlyEnumCollection<String^>^ get ();
}
Property Value
Type:
IReadOnlyEnumCollectionStringExceptions See Also