[]
        
Interface that supports conditional formatting of cells on a sheet.
public interface IConditionalFormatSupport2 : IConditionalFormatSupportPublic Interface IConditionalFormatSupport2
    Inherits IConditionalFormatSupport| Name | Description | 
|---|---|
| GetConditionalFormats() | Returns all conditional formats. | 
| SetConditionalFormat(int, int, ConditionalFormat[]) | Sets conditional format(s) for the cell at the specified row and column. |