Enum CliStylePrecedence
Determines whether a row style or a column style wins when both contribute the same cell style
property. Cell-specific style is applied after this choice.
public enum CliStylePrecedence
Fields
ColumnOverRow = 0- Column style takes precedence over row style.
RowOverColumn = 1- Row style takes precedence over column style.