GuiReferenceSetRowCount
Sets the total number of rows that the Reference View will contain.
void GuiReferenceSetRowCount(int count);
参数
count
integer representing the total number of rows that the current Reference View will contain.
返回值
此函数不返回值。
示例
GuiReferenceSetRowCount(5);