GrapeCity.Xaml.SpreadSheet.Data
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 String _
) As Column
'Usage
 
Dim instance As Columns
Dim label As String
Dim value As Column
 
value = instance.GetByLabel(label)
public Column GetByLabel( 
   string label
)

Parameters

label
The label for the column.

Return Value

Returns a Column object.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Columns Class
Columns Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options