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


"

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

"

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