Version

Search Results

OnObjectPropChanged Method (UltraDataColumnsCollection)

Fires when a property of this object or any of its sub-objects changes. Syntax Parameters propChange The Property change info which describes the chain of property changes.

Remove(String) Method

Removes the column with the specified key from the collection. Syntax Parameters columnKey A value that uniquely identifies an object in a collection. Example Following code demonstrates how to define hierarchical data structure in an UltraDataSource. Code in Button1_Click adds two child bands to the root bands an...

Remove(UltraDataColumn) Method

Removes the specified column from the collection. Syntax Parameters column The column to remove from the collection. Example Following code demonstrates how to define hierarchical data structure in an UltraDataSource. Code in Button1_Click adds two child bands to the root bands and two columns to each of root band...

Remove Method (UltraDataColumnsCollection)

Removes the column with the specified key from the collection. Overload List

RemoveAt Method (UltraDataColumnsCollection)

Removes column at the specified location from the collection. Syntax Parameters index The index of hte column to remove. Example Following code demonstrates how to define hierarchical data structure in an UltraDataSource. Code in Button1_Click adds two child bands to the root bands and two columns to each of root ...