Overload List

  NameDescription
Public methodAdd(IDictionary)
Adds a data object that implements IDictionary interface as a child to this Row.
Public methodAdd(IList)
Adds a data object that implements IList interface as a child to this Row.
Public methodAdd(Object)
Adds a data object of user-defined class as a child to this Row.
Public methodAdd(IDataAccessor)
Adds a user-defined IDataAccessor as a child to this Row.
Public methodAdd(Object, Int32)
Adds a data object of user-defined class as a child to this Row at specified position.
Public methodAdd(IDataAccessor, Int32)
Adds a user-defined IDataAccessor as a child to this Row at specified position.

See Also