Back to X64dbg

GuiReferenceSetRowCount

docs/developers/functions/gui/GuiReferenceSetRowCount.md

2026.04.201.1 KB
Original Source

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);