[]
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.
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
Type | Name | Description |
---|---|---|
int | row | Row index of cell |
int | column | Column index of cell |
object | value | Cell value |
ISheetDataModel | dm | Data model |
Type | Description |
---|---|
NamedStyle |