ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / TabStopsItem.TabStop Structure / Create Method
The position.
The leading.
The tab stop type. For a list of valid values, see here: TabStopsItem.TabStopTypes.

In This Topic
    Create Method (TabStopsItem.TabStop)
    In This Topic
    Initializes a TabStopsItem.TabStop structure.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal position As Single, _
       ByVal leading As String, _
       ByVal type As TabStopsItem.TabStopTypes _
    ) As TabStopsItem.TabStop
    public static TabStopsItem.TabStop Create( 
       float position,
       string leading,
       TabStopsItem.TabStopTypes type
    )

    Parameters

    position
    The position.
    leading
    The leading.
    type
    The tab stop type. For a list of valid values, see here: TabStopsItem.TabStopTypes.
    See Also