Endeca Presentation API
SetReturnRows Method (first, num)
NamespacesEndeca.Navigation.AnalyticsStatementSetReturnRows(Int32, Int32)
Sets the rows to return for this Statement.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetReturnRows(
	int first,
	int num
)
Public Overridable Sub SetReturnRows ( _
	first As Integer, _
	num As Integer _
)
public:
virtual void SetReturnRows (
	int first, 
	int num
)
Parameters
first (Int32)
The starting row.
num (Int32)
The number of rows to return.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0