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


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

    Return Value

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