Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / InvalidateColumns Method
The start column index.
The column count.
The invalidated sheet area.


In This Topic
    InvalidateColumns Method (SheetView)
    In This Topic
    Invalidates the column state in the control; the column layout and data is updated after the invalidation.
    Syntax
    'Declaration
     
    Public Sub InvalidateColumns( _
       ByVal column As Integer, _
       ByVal columnCount As Integer, _
       ByVal sheetArea As SheetArea _
    ) 
    'Usage
     
    Dim instance As SheetView
    Dim column As Integer
    Dim columnCount As Integer
    Dim sheetArea As SheetArea
     
    instance.InvalidateColumns(column, columnCount, sheetArea)
    public void InvalidateColumns( 
       int column,
       int columnCount,
       SheetArea sheetArea
    )

    Parameters

    column
    The start column index.
    columnCount
    The column count.
    sheetArea
    The invalidated sheet area.
    See Also