Namespace: Consultingwerk.Utilities.Excel
Class 
ExportWorksheetArguments Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:ExportWorksheetArguments
Author(s):Sebastian Düngel / Consultingwerk Ltd.
Created:Thu Jun 14 13:02:25 CEST 2012


Top Constructor Summary
Options Name Purpose
+ ExportWorksheetArguments () Default constructor for the ExportWorksheetArguments class
+ ExportWorksheetArguments (character) Constructor for the ExportWorksheetArguments class
+ ExportWorksheetArguments (character, character) Constructor for the ExportWorksheetArguments class
+ ExportWorksheetArguments (character, integer) Constructor for the ExportWorksheetArguments class

Top Property Summary
Options Name Purpose
+ INTEGER ExportRows Gets and sets the Number of rows to be Exported
+ CHARACTER FileName Gets and sets the FileName of the Excel Workbook to be imported
+ INTEGER RaiseProgressChangedAfter Gets and sets the number of importeds rows after which the ExcelWorksheetImported instance should raise the ProgressChanged event
+ INTEGER StartRow Gets and sets the Startrow of the Worksheet to be Exported
+ INTEGER WorksheetIndex Gets and sets the index (number) of the Worksheet to be imported
+ CHARACTER WorksheetName Gets and sets the name of the Worksheet to be imported


Constructor Detail
Top

PUBLIC ExportWorksheetArguments ()

Purpose: Default constructor for the ExportWorksheetArguments class
Notes:

Top

PUBLIC ExportWorksheetArguments (character)

Purpose: Constructor for the ExportWorksheetArguments class
Notes:

Parameters:
pcFileName CHARACTER
The filename of the Worksheet to be imported
Top

PUBLIC ExportWorksheetArguments (character, character)

Purpose: Constructor for the ExportWorksheetArguments class
Notes:

Parameters:
pcFileName CHARACTER
The filename of the Worksheet to be imported
pcWorksheetName CHARACTER
The name of the worksheet to import
Top

PUBLIC ExportWorksheetArguments (character, integer)

Purpose: Constructor for the ExportWorksheetArguments class
Notes:

Parameters:
pcFileName CHARACTER
The filename of the Worksheet to be imported
piWorksheetIndex INTEGER
The index of the worksheet to import


Property Detail
Top

PUBLIC INTEGER ExportRows

Purpose: Gets and sets the Number of rows to be Exported
Notes:

Returns INTEGER
Top

PUBLIC CHARACTER FileName

Purpose: Gets and sets the FileName of the Excel Workbook to be imported
Notes:

Returns CHARACTER
Top

PUBLIC INTEGER RaiseProgressChangedAfter

Purpose: Gets and sets the number of importeds rows after which the
ExcelWorksheetImported instance should raise the ProgressChanged
event
Notes:

Returns INTEGER
Top

PUBLIC INTEGER StartRow

Purpose: Gets and sets the Startrow of the Worksheet to be Exported
Notes:

Returns INTEGER
Top

PUBLIC INTEGER WorksheetIndex

Purpose: Gets and sets the index (number) of the Worksheet to be imported
Notes: This property is used as an alternative to the WorksheetName property
1 based index

Returns INTEGER
Top

PUBLIC CHARACTER WorksheetName

Purpose: Gets and sets the name of the Worksheet to be imported
Notes: This property is used as an alternative to the WorksheetIndex property
When the WorksheetName is set, this property has preference

Returns CHARACTER


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:47:04