Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IConditionalFormatSupport Interface / ConditionalFormatInvalidateRow Method
Row index of cell


In This Topic
ConditionalFormatInvalidateRow Method
In This Topic
Invalidates the conditional format cell that is specified.
Syntax
'Declaration
 
Function ConditionalFormatInvalidateRow( _
   ByVal row As Integer _
) As Boolean
 
'Usage
 
Dim instance As IConditionalFormatSupport
Dim row As Integer
Dim value As Boolean
 
value = instance.ConditionalFormatInvalidateRow(row)

Parameters

row
Row index of cell
See Also