Class
Excel import preferences.
ExcelImportPreference
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
alignmentStyle | AlignmentStyle: AlignmentStyle.SPREADSHEET AlignmentStyle.LEFT_ALIGN AlignmentStyle.RIGHT_ALIGN AlignmentStyle.CENTER_ALIGN |
r/w | The cell alignment for the imported document. |
decimalPlaces | number | r/w | The number of decimal places to include. Note: Valid only when alignment style is decimal. |
errorCode | number | r/w | The import error code. (Key: 0=Success; 1=Empty Sheet; 2=Invalid sheet; 3=Invalid range; 4=Invalid View; 5=Misc. Error) |
parent | Application | readonly | The parent of the ExcelImportPreference (a Application). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
rangeName | string | r/w | The range of cells to import. Note: Use a colon (:) to separate the start and end cell names in the range. |
sheetIndex | number | r/w | The worksheet's index. For information, see sheet name. |
sheetName | string | r/w | The worksheet to import. |
showHiddenCells | bool | r/w | If true, shows hidden cells. |
tableFormatting | TableFormatting: TableFormatting.EXCEL_FORMATTED_TABLE TableFormatting.EXCEL_UNFORMATTED_TABLE TableFormatting.EXCEL_UNFORMATTED_TABBED_TEXT |
r/w | The format for imported spreadsheets. |
viewName | string | r/w | The stored custom or personal view(s) to import with the file. |
Element of
Application.excelImportPreferences
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |