XPTable.Models.CellStyle.CellStyle C# (CSharp) 메소드

CellStyle() 공개 메소드

Initializes a new instance of the CellStyle class with default settings
public CellStyle ( ) : System
리턴 System
        public CellStyle()
        {
            this.backColor = Color.Empty;
            this.foreColor = Color.Empty;
            this.font = null;
            this.padding = CellPadding.Empty;
            this.wordWrap = false;
        }
CellStyle