Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / TextLine Structure / Start Field


In This Topic
    Start Field (TextLine)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Start As Integer
    'Usage
     
    
    Dim instance As TextLine
    Dim value As Integer
     
    value = instance.Start
     
    instance.Start = value
    public int Start
    See Also