ITabRange.ClearContent

Fore Syntax

ClearContent;

Fore.NET Syntax

ClearContent();

Description

The ClearContent method clears all the data of the range, preserving formatting of the range.

Comments

The method can be used if the protection from editing cell value is disabled. To enable protection from cell editing it is required to assign the TriState.OnOption value to the Locked property.

See also:

ITabRange