System.Windows.Forms.TableRow.TableRow C# (CSharp) Method

TableRow() public method

public TableRow ( TableRowCollection o ) : System
o TableRowCollection
return System
        public TableRow(TableRowCollection o)
        {
            owner = o;

            ItemsControls = new TableRowControlsCollection(this, 0);
            Height = 22;
        }