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


"

The following tables list the members exposed by CellFormatCollection.

"

Public Constructors

 NameDescription
public ConstructorCellFormatCollection ConstructorConstructor for new CellFormatCollection.  
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 dbiCellFormat Item.  
Top

Public Methods

 NameDescription
public MethodAddAdd a dbiCellFormat object 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 index value (integer) for the supplied dbiCellFormat.  
public MethodInsertInsert a dbiCellFormat Item into the collection in a specified nIndex location.  
public MethodRemoveRemove the specified dbiCellFormat Item 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 CellFormats to an XML file specified by strFileName  
Top

See Also