Aspose.Cells.GridWeb.Examples.CSharp.Articles.DataSet1.CustomersDataTable.AddCustomersRow C# (CSharp) Method

AddCustomersRow() private method

private AddCustomersRow ( CustomersRow row ) : void
row CustomersRow
return 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