Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / RichTextLayout.HitTestInfo Structure / LineIndex Property


In This Topic
    LineIndex Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LineIndex As Integer
    'Usage
     
    
    Dim instance As RichTextLayout.HitTestInfo
    Dim value As Integer
     
    value = instance.LineIndex
    public int LineIndex {get;}
    See Also