XPTable.Models.CellStyle.CellStyle C# (CSharp) Méthode

CellStyle() public méthode

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