| 
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
Syntax
 
 
public Tab AddTab(
	float position,
	TabJustification justification,
	TabLeader leader
)
 
Public Function AddTab ( 
	position As Single,
	justification As TabJustification,
	leader As TabLeader
) As Tab
 
public:
Tab^ AddTab(
	float position, 
	TabJustification justification, 
	TabLeader leader
)
 
member AddTab : 
position : float32 * 
justification : TabJustification * 
leader : TabLeader -> Tab 
 
 
 
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
See Also