Spread Silverlight Documentation
GetByLabel(String) Method


GrapeCity.Windows.SpreadSheet.Data Namespace > Columns Class > GetByLabel Method : GetByLabel(String) Method
The label for the column.
Finds the column that has the specified label.
Syntax
'Declaration
 
Public Overloads Function GetByLabel( _
   ByVal label As System.String _
) As Column
'Usage
 
Dim instance As Columns
Dim label As System.String
Dim value As Column
 
value = instance.GetByLabel(label)
public Column GetByLabel( 
   System.string label
)

Parameters

label
The label for the column.

Return Value

Returns a Column object.
See Also

Reference

Columns Class
Columns Members
Overload List