Defines different methods of CellStyle resolution.

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025

Syntax

C#
public enum RowColumnResolutionMethod
Visual Basic
Public Enumeration RowColumnResolutionMethod

Members

Member nameValueDescription
RowOverColumn0 Row has precedence over column.
ColumnOverRow1 Column has precedence over row.

See Also