IQtTableWidgetwColumn Property |
Returns the name of the table column 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> wColumn { get; }
ReadOnly Property wColumn As IReadOnlyEnumCollection(Of String)
Get
Dim instance As IQtTableWidget
Dim value As IReadOnlyEnumCollection(Of String)
value = instance.wColumn
property IReadOnlyEnumCollection<String^>^ wColumn {
IReadOnlyEnumCollection<String^>^ get ();
}
Property Value
Type:
IReadOnlyEnumCollectionStringExceptions See Also