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

Row() public method

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

Same methods

Row::Row ( Cell cells ) : System
Row::Row ( Cell cells, Color foreColor, Color backColor, Font font ) : System
Row::Row ( Row parent ) : System
Row::Row ( string items ) : System
Row::Row ( string items, Color foreColor, Color backColor, Font font ) : System