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


"

The following tables list the members exposed by ColumnItemCollection.

"

Public Constructors

 NameDescription
public ConstructorColumnItemCollection ConstructorThe constructor for the ColumnItemCollection.  
Top

Public Properties

 NameDescription
public PropertyCapacityGets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
public PropertyCountGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase)
public PropertyItemThe object which contains the dbiColumnItem Class.  
Top

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