Defines different methods of CellStyle resolution.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025
Syntax
| C# |
|---|
public enum RowColumnResolutionMethod |
| Visual Basic |
|---|
Public Enumeration RowColumnResolutionMethod |
Members
| Member name | Value | Description | |
|---|---|---|---|
| RowOverColumn | 0 | Row has precedence over column. | |
| ColumnOverRow | 1 | Column has precedence over row. |