Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcTextBox Class / GetFirstVisibleLineIndex Method


In This Topic
    GetFirstVisibleLineIndex Method
    In This Topic
    Returns the line index for the first line that is currently visible in the text box.
    Syntax
    'Declaration
     
    Public Function GetFirstVisibleLineIndex() As Integer
    'Usage
     
    Dim instance As GcTextBox
    Dim value As Integer
     
    value = instance.GetFirstVisibleLineIndex()
    public int GetFirstVisibleLineIndex()

    Return Value

    The zero-based index for the first visible line in the text box.
    See Also