MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / TabStop Structure / TabStop Constructor
The position of the tab stop in TWIPs.
The character used to fill the space created by the tab stop.
The type of the tab stop.

In This Topic
TabStop Constructor
In This Topic
Initializes a new instance of the TabStop struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal position As Integer, _
   ByVal leadingChar As String, _
   ByVal type As TabType _
)
 

Parameters

position
The position of the tab stop in TWIPs.
leadingChar
The character used to fill the space created by the tab stop.
type
The type of the tab stop.
See Also