'Declaration Public Overloads Function GetByLabel( _ ByVal label As System.String, _ ByVal ignoreCase As System.Boolean _ ) As Row
'Usage Dim instance As Rows Dim label As System.String Dim ignoreCase As System.Boolean Dim value As Row value = instance.GetByLabel(label, ignoreCase)
public Row GetByLabel( System.string label, System.bool ignoreCase )
Parameters
- label
- The label of the row.
- ignoreCase
- Whether to ignore case in the search.
Return Value
Returns a Row object for the specified label.