System.Windows.Forms.TableRowCollection.TableRowCollection C# (CSharp) 메소드

TableRowCollection() 공개 메소드

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