Spread Silverlight Documentation
GetByLabel(String,Int32,Boolean) Method


GrapeCity.Windows.SpreadSheet.Data Namespace > Rows Class > GetByLabel Method : GetByLabel(String,Int32,Boolean) Method
The label of the row.
The row index at which to start the search.
Whether to ignore case in the search.
Finds the row that has the specified label starting at a specified row index and lets the search ignore the case.
Syntax
'Declaration
 
Public Overloads Function GetByLabel( _
   ByVal label As System.String, _
   ByVal startIndex As System.Integer, _
   ByVal ignoreCase As System.Boolean _
) As Row
'Usage
 
Dim instance As Rows
Dim label As System.String
Dim startIndex As System.Integer
Dim ignoreCase As System.Boolean
Dim value As Row
 
value = instance.GetByLabel(label, startIndex, ignoreCase)
public Row GetByLabel( 
   System.string label,
   System.int startIndex,
   System.bool ignoreCase
)

Parameters

label
The label of the row.
startIndex
The row index at which to start the search.
ignoreCase
Whether to ignore case in the search.

Return Value

Returns a Row object for the specified label.
Remarks
Set ignoreCase to true to ignore case in the search.
See Also

Reference

Rows Class
Rows Members
Overload List