Spread WPF 18
GrapeCity.Spreadsheet.UI Namespace / RichTextLayout.HitTestInfo Structure / Index Property


In This Topic
    Index Property (RichTextLayout.HitTestInfo)
    In This Topic
    Gets the start position of hit block.
    Syntax
    'Declaration
     
    Public ReadOnly Property Index As Integer
    'Usage
     
    Dim instance As RichTextLayout.HitTestInfo
    Dim value As Integer
     
    value = instance.Index
    public int Index {get;}
    See Also