GuiReferenceGetRowCount

Gets the total rows count in the current Reference View instance.

int GuiReferenceGetRowCount()

Parameters

This function has no parameters.

Return Value

Returns an integer value representing the total rows in the current Reference View instance.

Example

int iTotalRows = GuiReferenceGetRowCount();