ExcelExporter REALbasic Classes

ExcelExporterSheet Class

A class that represents a Excel Worksheet.

Object
   ExcelExporterSheet

class ExcelExporterSheet

Constructors

ExcelExporterSheetThe default constructor.
ExcelExporterSheetA constructor that takes a name for the Worksheet as parameter.

Properties

FitToPageSets the Excel FitToPage flag.
NameSets the name of the worksheet.
PageLayoutViewSets the Excel Page Layout View property.
PageSetupLandscapeSet to true to set Page Setup to Landscape.
PrintFitHeightSets the Excel FitHeight printing property.
PrintFitWidthSets the Excel FitWidth printing property.
PrintScaleSets the Print Scaling
SelectedColumnSets the selected column.
SelectedRowSets the selected row.

Methods

AppendRowAppends a row to the worksheet.
ColsReturns the number of columns in the worksheet.
ColumnReturns a column at a given index.
GenerateXmlUndocumented and only for Internal use.
RowReturns a row at a given index.
RowsReturns the number of rows in the worksheet.

Supported Platforms:

  • PPC - MacOS 9
  • Carbon - MacOS 9 and MacOS X
  • Mach-O - MacOS X
  • Win32 - Windows
  • Linux x86