Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadWinUIManager Class / Invalidate Method / Invalidate(IWorksheet,Int32,Int32,Int32,Int32,ActionCategory,Object) Method


In This Topic
    Invalidate(IWorksheet,Int32,Int32,Int32,Int32,ActionCategory,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides Sub Invalidate( _
       ByVal worksheet As IWorksheet, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal row2 As Integer, _
       ByVal column2 As Integer, _
       Optional ByVal category As ActionCategory, _
       Optional ByVal context As Object _
    ) 
    'Usage
     
    
    Dim instance As SpreadWinUIManager
    Dim worksheet As IWorksheet
    Dim row As Integer
    Dim column As Integer
    Dim row2 As Integer
    Dim column2 As Integer
    Dim category As ActionCategory
    Dim context As Object
     
    instance.Invalidate(worksheet, row, column, row2, column2, category, context)
    protected override void Invalidate( 
       IWorksheet worksheet,
       int row,
       int column,
       int row2,
       int column2,
       ActionCategory category,
       object context
    )

    Parameters

    worksheet
    row
    column
    row2
    column2
    category
    context
    See Also