Version

Search Results

ResetCachedValues Method (UltraDataRowsCollection)

Clears all cached cell values. This will result in the component raising CellDataRequested event for cells the next time the cell values are needed. Overload List Example Following code demonstrates methods for clearing cached values exposed off various objects.

SetCount(Int32) Method

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. Syntax Parameters newCount The new count of the collection. Remarks Note:...

SetCount(Int32,Boolean) Method

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. Syntax Parameters newCount The new count of the collection.forceNotifyLis...

SetCount Method

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. Overload List

ShouldSerialize Method (UltraDataRowsCollection)

Indicates if any of the property values differ from the default value. Syntax Return Value True if the object needs to be serialized. Example

ShouldSerializeTag Method (UltraDataRowsCollection)

Returns true if the tag value is a string or a primitive type. Syntax Example

Tag Property (UltraDataRowsCollection)

Gets or sets the tag. The tag property can be used to logically attach another object or value to this object. Syntax

UltraDataRowsCollection Constructor(SerializationInfo,StreamingContext)

Constructor used to deserialization to initialize a new instance of the class with the serialized property values Syntax Parameters info The System.Runtime.Serialization.SerializationInfo used to obtain the serialized properties of the objectcontext An System.ComponentModel.ITypeDescriptorContext that provides a f...

UltraDataRow Class Members

Public Properties Public Methods Protected Methods