Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcTextBox Class / ScrollToVerticalOffset Method
A double value that specifies the vertical offset to scroll to.


In This Topic
    ScrollToVerticalOffset Method
    In This Topic
    Scrolls the contents of the editing control to the specified vertical offset.
    Syntax
    'Declaration
     
    Public Sub ScrollToVerticalOffset( _
       ByVal offset As Double _
    ) 
    'Usage
     
    Dim instance As GcTextBox
    Dim offset As Double
     
    instance.ScrollToVerticalOffset(offset)
    public void ScrollToVerticalOffset( 
       double offset
    )

    Parameters

    offset
    A double value that specifies the vertical offset to scroll to.
    Exceptions
    ExceptionDescription
    offset is double.NaN
    See Also