Version

Search Results

CanConvertTo Method (UltraDataRowsCollection.UltraDataRowsCollectionTypeConverter)

Returns whether this converter can convert the object to the specified type, using the specified context. Overload List

ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) Method

Converts the given value object to the specified type, using the specified context and culture information. Syntax Parameters context An System.ComponentModel.ITypeDescriptorContext that provides a format context.culture A System.Globalization.CultureInfo. If null is passed, the current culture is assumed.value Th...

ConvertTo Method (UltraDataRowsCollection.UltraDataRowsCollectionTypeConverter)

Converts the given value object to the specified type, using the specified context and culture information. Overload List

UltraDataRowsCollection Class

UltraDataRowsCollection class. Contains one or more rows. Syntax Remarks An UltraDataRowsCollection collection contains one or more UltraDataRow instances. It also implements IBindingList and ITypedList .NET data binding interfaces. You can add one or more rows using the Add or Insert(Int32) methods. You can also ...

UltraDataRowsCollection Class Events

For a list of all members of this type, see UltraDataRowsCollection members. Public Events Name Description ListChanged IBindingList.ListChanged event implementation. Top

UltraDataRowsCollection Class Members

Public Properties Public Methods Public Events

Add() Method

Adds a new row to the collection. Syntax Return Value Returns the new row that was added to the collection. Example Following code shows various methods and properties available on UltraDataRowsCollection object for manipulating the row collection.