All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---KnowledgeInterfaces.CATICkeSheet | +---CATICkeOleSheet
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATICkeOleSheet
This interface is an encapsulation of an array of arrays (a sheet)
of strings contained in a file.
The file has to be an excel or a lotus sheet file. Its format has to be
string1 (tab) string2 etc
(n lines)
stringn (tab) stringn+1 etc
Empty strings are allowed, but not in the first row because the number of
columns is computed using the first row, except if you use the forceWidth
argument of the UpdateLocalCopy method (ancestor CATICkeSheet interface
method).
To create a CATICkeOleSheet, use the CATICkeParmFactory::CreateSheet method
with an excel or a lotus file path as argument.
public virtual CATCallbackEvent GetOleModifyAndCloseNotification( | )= 0 |
public virtual int GetSheetIndex( | )= 0 |
public virtual void SetSheetIndex( | int | index) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.