GridRowCollection Constructor
In This Topic
Initializes a new instance of the
GridRowCollection class.
Syntax
'Declaration
Public Function New( _
ByVal As GridPanel _
)
public GridRowCollection(
GridPanel
)
Parameters
- grid
- The owning GridPanel element.
See Also