Click or drag to resize

TablistDialogRowCollection Methods

The TablistDialogRowCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(String)
Adds a row to the list with the specified columns.
Public methodAdd(TablistDialogRow)
Adds the specified row to the list.
(Overrides DialogRowCollectionTAdd(T).)
Public methodClear
Removes all rows from the list.
(Inherited from DialogRowCollectionT.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGet
Gets the row at the specified index.
(Inherited from DialogRowCollectionT.)
Public methodGetEnumerator (Inherited from DialogRowCollectionT.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes the first occurence of the specified row to the list.
(Inherited from DialogRowCollectionT.)
Public methodToString (Inherited from Object.)
Top
See Also