Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TabStop Class / TabStop Constructor / TabStop Constructor(TabStop)
The source instance of the TabStop class.

In This Topic
    TabStop Constructor(TabStop)
    In This Topic
    Initializes a new instance of the TabStop class copying data from an existing instance.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal source As TabStop _
    )
    public TabStop( 
       TabStop source
    )

    Parameters

    source
    The source instance of the TabStop class.
    See Also