Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Parsers.Css Namespace / TextPosition Structure / Line Property


In This Topic
    Line Property (TextPosition)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Line As Integer
    'Usage
     
    
    Dim instance As TextPosition
    Dim value As Integer
     
    value = instance.Line
    public int Line {get;}
    See Also