# GuiReferenceSetRowCount Sets the total number of rows that the Reference View will contain. ```c++ 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 ```c++ GuiReferenceSetRowCount(5); ``` ## Related functions - [GuiReferenceAddColumn](./GuiReferenceAddColumn.md) - [GuiReferenceDeleteAllColumns](./GuiReferenceDeleteAllColumns.md) - [GuiReferenceGetCellContent](./GuiReferenceGetCellContent.md) - [GuiReferenceGetRowCount](./GuiReferenceGetRowCount.md) - [GuiReferenceInitialize](./GuiReferenceInitialize.md) - [GuiReferenceReloadData](./GuiReferenceReloadData.md) - [GuiReferenceSetCellContent](./GuiReferenceSetCellContent.md) - [GuiReferenceSetCurrentTaskProgress](./GuiReferenceSetCurrentTaskProgress.md) - [GuiReferenceSetProgress](./GuiReferenceSetProgress.md) - [GuiReferenceSetSearchStartCol](./GuiReferenceSetSearchStartCol.md) - [GuiReferenceSetSingleSelection](./GuiReferenceSetSingleSelection.md)