IGridViewwColumn Property |
Returns the caption of the grid column specified by its index.
Namespace:
SmartBear.TestLeft.TestObjects
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 IGridView
Dim value As IReadOnlyEnumCollection(Of String)
value = instance.wColumn
property IReadOnlyEnumCollection<String^>^ wColumn {
IReadOnlyEnumCollection<String^>^ get ();
}
Property Value
Type:
IReadOnlyEnumCollectionStringExceptions See Also