[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IConditionalFormatSupport.ConditionalFormatInvalidateCell

ConditionalFormatInvalidateCell Method

ConditionalFormatInvalidateCell(int, int)

Invalidates the conditional format cell that is specified.

Declaration
bool ConditionalFormatInvalidateCell(int row, int column)
Function ConditionalFormatInvalidateCell(row As Integer, column As Integer) As Boolean
Parameters
Type Name Description
int row

Row index of cell

int column

Column index of cell

Returns
Type Description
bool