namespace com.azkoss.excellite { using System; /// ///Vertical alignment styles used for ///CellStyle.VerticalAlignment. /// public enum VerticalAlignmentStyle { Top, Center, Bottom, Justify } }