GetRange Method (GridRowCollection)
In This Topic
Syntax
'Declaration
Public Overridable Function GetRange( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Collections.ArrayList
public virtual System.Collections.ArrayList GetRange(
System.int ,
System.int
)
Parameters
- index
- count
See Also