namespace com.azkoss.excellite { using System; /// ///Defines different methods of CellStyle resolution. /// ///ExcelFile.RowColumnResolutionMethod public enum RowColumnResolutionMethod { RowOverColumn, ColumnOverRow } }