DynamicTableViewFilter
Sets which row of the table should be visible. This is included in the row updates.
Synopsis
void setView(int firstRowIndex = 0, int rowCount = -1)
Parameters
Parameter | Meaning |
---|---|
firstRowIndex | (optional) 0-based index of the first row to show (default: 0). |
rowCount | (optional) Number of rows to show (default: keep current setting). |
Assignment
Availability
CTRL