ITabRange.Clear

Fore Syntax

Clear;

Fore.NET Syntax

Clear();

Description

The Clear method clears all the data and formatting of the cell range.

Comments

The data is cleared if protection from editing cell value is disabled for the range cells. To enable protection from cell editing it is required to assign the TriState.OnOption value to the Locked property.

See also:

ITabRange