GuiReferenceSetRowCount

Sets the total number of rows that the Reference View will contain.

void GuiReferenceSetRowCount(int count);

Parameters

count integer representing the total number of rows that the current Reference View will contain.

Return Value

This function does not return a value.

Example

GuiReferenceSetRowCount(5);