Adds a new tab stop to the text in the range
Syntax:
Function Add(ByVal Position As Double, Optional ByVal Alignment As cdrTextTabAlignment = cdrTextTabLeft, Optional ByVal Leadered As Boolean = False) As TextTabPosition
Parameters:
Name Type Description
Position
Double
Alignment
Specifies the alignment for a tab-stop position.
Leadered
Boolean
Specifies whether a tab-stop position uses a leader character to fill the empty space.
Remarks:
The Add method adds a new tab stop to the text in a text range.