Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / AdjustRowViewport Method
The row viewport index to adjust, it adjusts the row viewport and its next row viewport.
The row height adjusted offset.


In This Topic
    AdjustRowViewport Method
    In This Topic
    Adjusts the adjacent row viewport's height.
    Syntax
    'Declaration
     
    Public Sub AdjustRowViewport( _
       ByVal rowViewportIndex As Integer, _
       ByVal deltaViewportHeight As Double _
    ) 
    'Usage
     
    Dim instance As SheetView
    Dim rowViewportIndex As Integer
    Dim deltaViewportHeight As Double
     
    instance.AdjustRowViewport(rowViewportIndex, deltaViewportHeight)
    public void AdjustRowViewport( 
       int rowViewportIndex,
       double deltaViewportHeight
    )

    Parameters

    rowViewportIndex
    The row viewport index to adjust, it adjusts the row viewport and its next row viewport.
    deltaViewportHeight
    The row height adjusted offset.
    See Also