Spread Silverlight Documentation
GetByLabel(String) Method


The label of the row.
Finds the row that has the specified label.
Syntax
'Declaration
 
Public Overloads Function GetByLabel( _
   ByVal label As System.String _
) As Row
'Usage
 
Dim instance As Rows
Dim label As System.String
Dim value As Row
 
value = instance.GetByLabel(label)
public Row GetByLabel( 
   System.string label
)

Parameters

label
The label of the row.

Return Value

Returns a Row object for the specified label.
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

Rows Class
Rows Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.