Table of Contents

Method RefreshRows

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RefreshRows(int, int)

Triggers a refresh for the area between the specified range of rows given (inclusively).

public virtual void RefreshRows(int from, int to)

Parameters

from int

First item index.

to int

Last item index.