ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / TabStopsItem.TabStop Structure / Create Method
The position.
The leading.
The type.

In This Topic
    Create Method (TabStopsItem.TabStop)
    In This Topic
    Creates the TabStop.
    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 type.
    See Also