ExcelExporter REALbasic Classes |
|
ExcelExporterCell Class
A class that represents a Excel cell.
Object
ExcelExporterCell
class ExcelExporterCell
Constructors
Properties
DataType | The DataType of the Cell. |
Formula | Sets math formula for the selected cell. |
MergeAcross | To merge cells horizontally set this property to greater value than zero. |
MergeDown | To merge cells vertically set this property to greater value than zero. |
Style | Returns a ExcelExporterStyle object for the cell. |
Text | The text of the cell. |
Methods
Constants
DataTypeNumber = Number | A constant for a supported datatype, in this case a Number. |
DataTypeString = String | A constant for a supported datatype, in this case a String. |
Supported Platforms:
PPC - MacOS 9Carbon - MacOS 9 and MacOS X (PEF)MacOS X PPC - (Mach-O)MacOS X Universal Binary (Mach-O)Win32 - WindowsLinux x86