|
Navigate to: Methods | Constructors | Events | Properties
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 |
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 |
Top
PUBLIC ExportWorksheetArguments ()
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC ExportWorksheetArguments (character)
|
||||||||||||||||||||
PUBLIC ExportWorksheetArguments (character, character)
|
||||||||||||||||||||
PUBLIC ExportWorksheetArguments (character, integer)
|
PUBLIC INTEGER ExportRows
|
|||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER FileName
|
|||||||||||||||||
PUBLIC INTEGER RaiseProgressChangedAfter
|
|||||||||||||||||
PUBLIC INTEGER StartRow
|
|||||||||||||||||
PUBLIC INTEGER WorksheetIndex
|
|||||||||||||||||
PUBLIC CHARACTER WorksheetName
|