Version 24.2 (latest)

UltraDataRowsCollection Class Methods

For a list of all members of this type, see UltraDataRowsCollection members.

Public Methods
 NameDescription
Public MethodAddOverloaded. Adds a new row to the collection.  
Public MethodClearClears the rows collection.  
Public MethodContainsIndicates whether the specified row is contained in the collection.  
Public MethodIndexOfGets the index of the specified row in the collection.  
Public MethodInsertOverloaded. Adds a new row to the collection at the specified location.  
Public MethodNotifyListResetFires ListChanged notification with the ListChanged type of Reset on the IBindingList implementation causing bound controls to refresh themselves by reloading the data.  
Public MethodRemoveOverloaded. Removes the specified row from the collection. If the row doesn't exist in the collection, this method does nothing.  
Public MethodRemoveAtOverloaded. Removes the row at the specified location.  
Public MethodResetCachedValuesClears all cached cell values. This will result in the component raising UltraDataSource.CellDataRequested event for cells the next time the cell values are needed.  
Public MethodSetCountOverloaded. Sets the row count to the specified count. If the new count is greater than the current count, new rows are added at the end of the collection. If the new count is less than the current count, rows are removed from the end of the collection.  
Public MethodShouldSerializeIndicates if any of the property values differ from the default value.  
Public MethodShouldSerializeTagReturns true if the tag value is a string or a primitive type.  
See Also