ILanerCellAttributes.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Attribute index in the collection.

Description

The Remove method removes attribute from collection by its index.

Comments

Indexation of attributes in the collection starts with zero. To get the number of collection attributes, use the ILanerCellAttributes.Count property.

If the removal is successful then the method returns True, otherwise it returns False.

See also:

ILanerCellAttributes