GraphPageView Constructor
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 7.0.9083)
GraphPageView(Int32, Int32)
Creates an indexed page view definition object.
Declaration
public GraphPageView(int offset, int count)
Parameters
Type | Name | Description |
---|---|---|
Int32 | offset | Zero-based offset of the page. |
Int32 | count | Count of the items within the page. |