Aspose.Cells.GridWeb.Examples.CSharp.Articles.DataSet1.CustomersDataTable.AddCustomersRow C# (CSharp) 메소드

AddCustomersRow() 개인적인 메소드

private AddCustomersRow ( CustomersRow row ) : void
row CustomersRow
리턴 void
            public void AddCustomersRow(CustomersRow row) {
                this.Rows.Add(row);
            }
            

Same methods

DataSet1.CustomersDataTable::AddCustomersRow ( string Address, string City, string CompanyName, string ContactName, string ContactTitle, string Country, string CustomerID, string Fax, string Phone, string PostalCode, string Region ) : CustomersRow