[]
        
(Showing Draft Content)

C1.C1Preview.TabPositionCollection

TabPositionCollection Class

Represents a collection of TabPosition objects. This is the type of TabPositions property.

Inheritance
TabPositionCollection
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class TabPositionCollection : CollectionBase, IList, ICollection, IEnumerable

Constructors

Name Description
TabPositionCollection()

Properties

Name Description
this[int]

Gets or sets the TabPosition at the specified index.

Methods

Name Description
Add(TabPosition)

Adds a TabPosition object to the current collection.

Add(Unit)

Creates a new TabPosition object, initializes it with the specified tab stop position, and adds it to the current collection.

Add(Unit, TabAlignmentEnum)

Creates a new TabPosition object, initializes it with the specified tab stop position and text alignment, and adds it to the current collection.

Add(Unit, TabAlignmentEnum, char)

Creates a new TabPosition object, initializes it with the specified tab stop position, text alignment and fill char, and adds it to the current collection.

IndexOf(TabPosition)

Gets the index of a TabPosition object in the current collection.

Insert(int, TabPosition)

Inserts a TabPosition object at the specified position into the current collection.

Remove(TabPosition)

Removes a TabPosition object from the current collection.