Version

Search Results

DataSource Property (UltraDataRowsCollection)

Associated UltraDataSource component. Syntax

IndexOf Method (UltraDataRowsCollection)

Gets the index of the specified row in the collection. Syntax Parameters row Object whose index should be returned Return Value The index of value if found in the list; otherwise, -1. Example Following code shows various methods and properties available on UltraDataRowsCollection object for manipulating the row co...

Insert(Int32) Method

Adds a new row to the collection at the specified location. Syntax Parameters index Location in the collection at which to add the new row to. Return Value Returns the new row that was added to the collection. Example Following code shows various methods and properties available on UltraDataRowsCollection object f...

Insert(Int32,Boolean) Method

Adds a new row to the collection at the spcified location. Syntax Parameters index Location in the collection at which to add the new row to.raiseAddEvents Specifies whether to raise RowAdding and RowAdded events. Return Value Returns the new row that was added to the collection. Remarks Insert method creates a ne...

Insert(Int32,Boolean,Boolean) Method

Adds a new row to the collection at the spcified location. Syntax Parameters index Location in the collection at which to add the new row to.raiseAddEvents Specifies whether to raise RowAdding and RowAdded events.bypassEditState If this parameter is specified as True then the added row will be put in Edit and AddN...

Insert(Int32,Boolean,Object[]) Method

Adds a new row to the collection at the spcified location. Syntax Parameters index Location in the collection at which to add the new row to.raiseAddEvents Specifies whether to raise RowAdding and RowAdded events.cellValues Optional parameter. Specifies the cell values with which to initialize the new row. An exce...

Insert(Int32,Boolean,Object[],Boolean) Method

Adds a new row to the collection at the spcified location. Syntax Parameters index Location in the collection at which to add the new row to.raiseAddEvents Specifies whether to raise RowAdding and RowAdded events.cellValues Optional parameter. Specifies the cell values with which to initialize the new row. An exce...

Insert(Int32,Object[]) Method

Adds a new row to the collection at the specified location. Syntax Parameters index Location in the collection at which to add the new row to.cellValues Optional parameter. Specifies the cell values with which to initialize the new row. An exception is thrown if the array has more elements thant the number of colu...

Insert Method (UltraDataRowsCollection)

Adds a new row to the collection at the specified location. Overload List

Item Property (UltraDataRowsCollection)

Indexer. Syntax Parameters index Example Following code shows how to setup an UltraDataSource with some columns and rows. It creates a hiearchical data source with two bands.