All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---KnowledgeInterfaces.CATICkeSheet | +---CATICkeTextSheet
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATICkeTextSheet
This interface is an encapsulation of an array of arrays (a sheet)
of strings contained in a file
The file has to be a tabulated text 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 CATICkeTextSheet, use the CATICkeParmFactory::CreateSheet method
with a text file path as argument
public virtual CATCke::Boolean AddRow( | CATListOfCATUnicodeString& | row, |
CATCke::Boolean | init, | |
CATCke::Boolean | save) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.