ExcelExporter REALbasic Classes |
|
ExcelExporterSheet.SetColumnsToRepeatAtLeft Method
Sets column repeat in Page Setup - Sheet
SetColumnsToRepeatAtLeft(
fromColumn as Integer,
toColumn as Integer)
Parameters
- fromColumn
- The first column to repeat.
- toColumn
- The last column to repeat.
Remarks
See Also
ExcelExporterSheet Class