Overload | Description |
---|---|
SetConditionalFormat(Int32,Int32,NamedStyle,ComparisonOperator) | Sets conditional formatting for a specified cell on the sheet based on a specified comparison. |
SetConditionalFormat(Int32,Int32,NamedStyle,ComparisonOperator,String) | Sets conditional formatting for a specified cell on the sheet based on a specified comparison. |
SetConditionalFormat(Int32,Int32,NamedStyle,ComparisonOperator,String,String) | Sets conditional formatting for a specified cell on a sheet based on a specified comparison (and conditions). |
SetConditionalFormat(Int32,Int32,NamedStyle,ComparisonOperator,Expression,Expression) | Sets conditional formatting for a specified cell on the sheet based on a specified expression. |
SetConditionalFormat(Int32,Int32,NamedStyle,ComparisonOperator,Expression) | Sets conditional formatting for a specified cell on the sheet based on a specified expression. |
SetConditionalFormat(Int32,Int32,Int32,Int32,NamedStyle,ComparisonOperator) | Sets conditional formatting for a specified range of cells on the sheet based on a specified comparison. |
SetConditionalFormat(Int32,Int32,Int32,Int32,NamedStyle,ComparisonOperator,String) | Sets conditional formatting for a specified range of cells on the sheet based on a specified comparison (and parameter). |
SetConditionalFormat(Int32,Int32,Int32,Int32,NamedStyle,ComparisonOperator,String,String) | Sets conditional formatting for a specified range of cells on the sheet on a specified comparison (with conditions). |
SetConditionalFormat(Int32,Int32,Int32,Int32,NamedStyle,ComparisonOperator,Expression) | Sets conditional formatting for a specified range of cells on the sheet based on a specified comparison (and expression). |
SetConditionalFormat(Int32,Int32,Int32,Int32,NamedStyle,ComparisonOperator,Expression,Expression) | Sets conditional formatting for a specified range of cells on the sheet based on a specified comparison (with parameters). |
SetConditionalFormat(Int32,Int32,ConditionalFormat[]) | Sets conditional format(s) for the cell at the specified row and column. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
SheetView ClassSheetView Members