|
Navigate to: Methods | Constructors | Events | Properties
| Options | Name | Purpose | |
|---|---|---|---|
| + | ImportWorksheetArguments () |
Default constructor for the InportImportWorksheetsArguments class |
|
| + | ImportWorksheetArguments (character) |
Constructor for the InportImportWorksheetsArguments class |
|
| + | ImportWorksheetArguments (character, character) |
Constructor for the InportImportWorksheetsArguments class |
|
| + | ImportWorksheetArguments (character, integer) |
Constructor for the InportImportWorksheetsArguments class |
| Options | Name | Purpose | |
|---|---|---|---|
| + | CHARACTER FileName |
Gets and sets the FileName of the Excel Workbook to be imported |
|
| + | INTEGER ImportRows |
Gets and sets the Number of rows to be imported |
|
| + | INTEGER RaiseProgressChangedAfter |
Gets and sets the number of importeds rows after which the
ExcelWorksheetImported instance should raise the ProgressChanged
event |
|
| + | INTEGER SkipRowsFromTop |
Gets and sets the number of rows from the top of the document that
should be skipped (column header etc.) |
|
| + | INTEGER StopAfterEmptyRows |
Gets and sets the Number of empty rows after which the import will
be stopped |
|
| + | 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 ImportWorksheetArguments ()
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC ImportWorksheetArguments (character)
|
||||||||||||||||||||
PUBLIC ImportWorksheetArguments (character, character)
|
||||||||||||||||||||
PUBLIC ImportWorksheetArguments (character, integer)
|
||||||||||||||||||||
PUBLIC CHARACTER FileName
|
|||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC INTEGER ImportRows
|
|||||||||||||||||
PUBLIC INTEGER RaiseProgressChangedAfter
|
|||||||||||||||||
PUBLIC INTEGER SkipRowsFromTop
|
|||||||||||||||||
PUBLIC INTEGER StopAfterEmptyRows
|
|||||||||||||||||
PUBLIC INTEGER WorksheetIndex
|
|||||||||||||||||
PUBLIC CHARACTER WorksheetName
|
|||||||||||||||||