ZForge.Controls.XPTable.Models.Cell.Cell C# (CSharp) Method

Cell() public method

Initializes a new instance of the Cell class with default settings
public Cell ( ) : System
return System
        public Cell()
            : base()
        {
            this.Init();
        }

Same methods

Cell::Cell ( object value ) : System
Cell::Cell ( object value, CellStyle cellStyle ) : System
Cell::Cell ( object value, Color foreColor, Color backColor, Font font ) : System
Cell::Cell ( string text ) : System
Cell::Cell ( string text, CellStyle cellStyle ) : System
Cell::Cell ( string text, Color foreColor, Color backColor, Font font ) : System
Cell::Cell ( string text, Image image ) : System
Cell::Cell ( string text, Image image, CellStyle cellStyle ) : System
Cell::Cell ( string text, Image image, Color foreColor, Color backColor, Font font ) : System
Cell::Cell ( string text, bool check ) : System
Cell::Cell ( string text, bool check, CellStyle cellStyle ) : System
Cell::Cell ( string text, bool check, Color foreColor, Color backColor, Font font ) : System
Cell::Cell ( string text, object value ) : System
Cell::Cell ( string text, object value, CellStyle cellStyle ) : System
Cell::Cell ( string text, object value, Color foreColor, Color backColor, Font font ) : System