Click or drag to resize

TabStopList Append Method

Adds a Tab to the collection.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public int Append(
	TabStop value
)

Parameters

value
Type: Spire.Presentation TabStop
The Tab object to be added at the end of the collection.

Return Value

Type: Int32
The index at which the tab was added.
See Also