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


In This Topic
    AdjustColumnViewport Method
    In This Topic
    Adjusts the adjacent column viewport's width.
    Syntax
    'Declaration
     
    Public Sub AdjustColumnViewport( _
       ByVal columnViewportIndex As Integer, _
       ByVal deltaViewportWidth As Double _
    ) 
    'Usage
     
    Dim instance As SheetView
    Dim columnViewportIndex As Integer
    Dim deltaViewportWidth As Double
     
    instance.AdjustColumnViewport(columnViewportIndex, deltaViewportWidth)
    public void AdjustColumnViewport( 
       int columnViewportIndex,
       double deltaViewportWidth
    )

    Parameters

    columnViewportIndex
    The column viewport index to adjust, it adjusts the column viewport and its next column viewport.
    deltaViewportWidth
    The column width adjusted offset.
    See Also