ExcelExporter REALbasic Classes

ExcelExporterCell Class

A class that represents a Excel cell.

Object
   ExcelExporterCell

class ExcelExporterCell

Constructors

ExcelExporterCellThe default constructor for the cell.

Properties

DataTypeThe DataType of the Cell.
FormulaSets math formula for the selected cell.
MergeAcrossTo merge cells horizontally set this property to greater value than zero.
MergeDownTo merge cells vertically set this property to greater value than zero.
StyleReturns a ExcelExporterStyle object for the cell.
TextThe text of the cell.

Methods

GenerateXmlUndocumented and only for Internal use.

Constants

DataTypeNumber = NumberA constant for a supported datatype, in this case a Number.
DataTypeString = StringA constant for a supported datatype, in this case a String.

Supported Platforms:

  • PPC - MacOS 9
  • Carbon - MacOS 9 and MacOS X (PEF)
  • MacOS X PPC - (Mach-O)
  • MacOS X Universal Binary (Mach-O)
  • Win32 - Windows
  • Linux x86