[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcTextBox.ScrollToLine

ScrollToLine Method

ScrollToLine(int)

Scrolls the line at the specified line index into view.

Declaration
public void ScrollToLine(int lineIndex)
Public Sub ScrollToLine(lineIndex As Integer)
Parameters
Type Name Description
int lineIndex

The zero-based line index of the line to scroll into view.

Exceptions
Type Condition
ArgumentOutOfRangeException

If lineIndex is less than 0 or is greater than or equals to line count.