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


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

    Parameters

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