GrapeCity.Xaml.SpreadSheet.Data
GetByLabel(String,Boolean) Method


The label of the column.
Set to true to ignore case in the search.
Finds the column that has the specified label and lets the search ignore case.
Syntax
'Declaration
 
Public Overloads Function GetByLabel( _
   ByVal label As String, _
   ByVal ignoreCase As Boolean _
) As Column
'Usage
 
Dim instance As Columns
Dim label As String
Dim ignoreCase As Boolean
Dim value As Column
 
value = instance.GetByLabel(label, ignoreCase)
public Column GetByLabel( 
   string label,
   bool ignoreCase
)

Parameters

label
The label of the column.
ignoreCase
Set to true to ignore case in the search.
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