Worksheet: Conditional Formatting: Highlight Min Max: Row-wise/Column-wise
Assign colors to the maximum/minimum values by row or by column.
1. wcolorbycr rng:=[Book1]Sheet1!A:D name:="C1R1-C4R0";
2. wcolorbycr rng:=[Book1]Sheet1!A:B name:="C1R1-C2R0" max.fill:=31306751 max.font:=32497615;
3. wcolorbycr rng:=[Book1]2!A:B name:="C1R1-C2R0" dir:=1 min.fill:=31306751 min.font:=32497615;;
Please refer to this page for additional option switches when accessing the x-function from script.
Input
Range
string
int
TreeNode
max
Syntax: max.treenode=value
Double
min
Syntax: min.treenode=value
Color minimumn and/or maximum values in each selected colulmn/row, independent of other columns or rows. See for details on this document.
wcolor, wcolordup, wheatmap, wcolorPareto, wcolortb
Keywords:cell coloring