'Declaration
Public Overloads Function GetByLabel( _
ByVal As String _
) As Row
'Usage
Dim instance As Rows
Dim label As String
Dim value As Row
value = instance.GetByLabel(label)
public Row GetByLabel(
string
)
Parameters
- label
- The label of the row.
Return Value
Returns a
Row object for the specified label.
Target Platforms: Windows Server 2012, Windows RT