Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / DefaultSheetStyleModel Class / ConditionalFormatInvalidateCell Method
Row index of the cell
Column index of the cell


In This Topic
    ConditionalFormatInvalidateCell Method (DefaultSheetStyleModel)
    In This Topic
    Invalidates the cell at the specified row and column for conditional formatting.
    Syntax
    'Declaration
     
    
    Public Overridable Function ConditionalFormatInvalidateCell( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As DefaultSheetStyleModel
    Dim row As Integer
    Dim column As Integer
    Dim value As Boolean
     
    value = instance.ConditionalFormatInvalidateCell(row, column)
    public virtual bool ConditionalFormatInvalidateCell( 
       int row,
       int column
    )

    Parameters

    row
    Row index of the cell
    column
    Column index of the cell
    See Also