Spread Silverlight Documentation
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 System.String, _
   ByVal ignoreCase As System.Boolean _
) As Column
'Usage
 
Dim instance As Columns
Dim label As System.String
Dim ignoreCase As System.Boolean
Dim value As Column
 
value = instance.GetByLabel(label, ignoreCase)
public Column GetByLabel( 
   System.string label,
   System.bool ignoreCase
)

Parameters

label
The label of the column.
ignoreCase
Set to true to ignore case in the search.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

Columns Class
Columns Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.