System.Windows.Forms.TableRowCollection.Add C# (CSharp) Méthode

Add() public méthode

public Add ( TableRow row ) : int
row TableRow
Résultat int
        public virtual int Add(TableRow row)
        {
            items.Add(row);
            owner.UpdateRow(row);
            return items.Count - 1;
        }
        public virtual int Add(int count)

Same methods

TableRowCollection::Add ( ) : int
TableRowCollection::Add ( int count ) : int