Click or drag to resize

TabCollection AddTab Method (Single, TabJustification, TabLeader)

Adds the tab.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Tab AddTab(
	float position,
	TabJustification justification,
	TabLeader leader
)

Parameters

position
Type: System Single
The position.
justification
Type: Spire.Doc.Documents TabJustification
The justification.
leader
Type: Spire.Doc.Documents TabLeader
The leader.

Return Value

Type: Tab
See Also