[]
Set a range of items.
void SetRange(int firstItem, int lastItem, params string[] fields)
Type | Name | Description |
---|---|---|
int | firstItem | The first item index in the range. |
int | lastItem | The last item index in the range. |
string[] | fields | Fields array. |