Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Single
justification
TabJustification
leader
TabLeader

Return Value

Tab

See Also