Add

Add(double, TabAlignment)

Adds a Tab to the collection.

public ITab Add(double position, TabAlignment align)
ParameterTypeDescription
positionDoubleTab position.
alignTabAlignmentTab alignment.

Return Value

Added tab.

See Also


Add(ITab)

Adds a Tab to the collection.

public int Add(ITab value)
ParameterTypeDescription
valueITabThe Tab object to be added at the end of the collection.

Return Value

The index at which the tab was added.

See Also