Spread WPF 18
GrapeCity.Spreadsheet.Printing Namespace / TextLine Structure / End Field


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