dbicList Send comments on this topic.
ColumnItemCollection Class Methods
See Also 
dbicBase Assembly > Dbi.WinControl Namespace : ColumnItemCollection Class


"

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

"

Public Methods

 NameDescription
public MethodAddAdd a column item to the collection.  
public MethodClearRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase)
public MethodGetEnumeratorReturns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
public MethodIndexOfReturns the integer index value of the dbiColumnItem Class from the collection.  
public MethodInsertInsert a dbiColumnItem Class into the collection in a specified nIndex location.  
public MethodRemoveRemove the specified dbiColumnItem Class from the collection.  
public MethodRemoveAtRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase)
public MethodWriteXMLFileExport the Columns to an XML file specified by strFileName.  
Top

See Also