[]
Sets conditional format(s) for the cell at the specified row and column.
protected void SetConditionalFormat(int row, int column, ConditionalFormat conditionalFormat)
Protected Sub SetConditionalFormat(row As Integer, column As Integer, conditionalFormat As ConditionalFormat)
Type | Name | Description |
---|---|---|
int | row | Row index of cell |
int | column | Column index of cell |
ConditionalFormat | conditionalFormat |