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

TableRowCollection() public method

public TableRowCollection ( TableView table ) : System
table TableView
return System
        public TableRowCollection(TableView table)
        {
            owner = table;
        }