Finds the column that has the specified label.
Syntax
'Declaration
Public Overloads Function GetByLabel( _
ByVal As String _
) As Column
'Usage
Dim instance As Columns
Dim label As String
Dim value As Column
value = instance.GetByLabel(label)
public Column GetByLabel(
string
)
Parameters
- label
- The label for the column.
Return Value
See Also