ILanerCellAttributes

Assembly: Laner;

Description

The ILanerCellAttributes interface is used to work with collection of the attributes used to form suffix, prefix and comment for data series observations.

Inheritance Hierarchy

          ILanerCellAttributes

Comments

To get attributes collection, use the properties:

Properties

  Property name Brief description
Count The Count property returns the number of attributes in collection
Item The Item property returns attribute from the collection by its index.

Methods

  Method name Brief description
Add The Add method adds the specified attribute to the collection
Clear The Clear method clears a collection of attributes
MoveTo The MoveTo method moves the specified attribute to the required position.
Remove The Remove method removes attribute from collection by its index

See also:

Laner Assembly Interfaces