Overload List
| Name | Description | |
|---|---|---|
| Add(IDictionary) |
Adds a data object that implements IDictionary interface as a child to this Row.
| |
| Add(IList) | ||
| Add(Object) |
Adds a data object of user-defined class as a child to this Row.
| |
| Add(IDataAccessor) |
Adds a user-defined IDataAccessor as a child to this Row.
| |
| Add(Object, Int32) |
Adds a data object of user-defined class as a child to this Row at specified position.
| |
| Add(IDataAccessor, Int32) |
Adds a user-defined IDataAccessor as a child to this Row at specified position.
|