[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IConditionalFormatSupport.GetValidConditionalFormat

GetValidConditionalFormat Method

GetValidConditionalFormat(int, int, object, ISheetDataModel)

Gets the style for the first condition that is satisfied from the list of conditional formats for the cell at the specified row and column.

Declaration
NamedStyle GetValidConditionalFormat(int row, int column, object value, ISheetDataModel dm)
Function GetValidConditionalFormat(row As Integer, column As Integer, value As Object, dm As ISheetDataModel) As NamedStyle
Parameters
Type Name Description
int row

Row index of cell

int column

Column index of cell

object value

Cell value

ISheetDataModel dm

Data model

Returns
Type Description
NamedStyle