Spread WPF 18
GrapeCity.Spreadsheet.Printing Namespace / TextLine Structure / TextLine Constructor


In This Topic
    TextLine Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal start As Integer, _
       ByVal end As Integer, _
       ByVal rect As Rectangle _
    )
    'Usage
     
    Dim start As Integer
    Dim end As Integer
    Dim rect As Rectangle
     
    Dim instance As New TextLine(start, end, rect)
    public TextLine( 
       int start,
       int end,
       Rectangle rect
    )

    Parameters

    start
    end
    rect
    See Also