x64dbg/docs/developers/functions/gui/GuiReferenceSetRowCount.md
2025-07-04 01:32:42 +02:00

1.1 KiB

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