Excel import preferences.
ExcelImportPreference Properties
| Property | Type | Access | Description |
|---|---|---|---|
| AlignmentStyle | idAlignmentStyleOptions enumeration | r/w | Alignment style. |
| DecimalPlaces | Long | r/w | The number of decimal places. |
| ErrorCode | Long | r/w | Error Code (0-Success 1-Empty Sheet 2-Invalid sheet 3-Invalid range 4-Invalid View 5-Misc. Error). |
| Parent | Object | read | The parent of the object. |
| PreserveGraphics | Boolean | r/w | If true, preserve graphics in the Excel document. |
| RangeName | String | r/w | Name of selected range. |
| SheetIndex | Long | r/w | Index of selected sheet. |
| SheetName | String | r/w | Name of selected sheet. |
| ShowHiddenCells | Boolean | r/w | If true, show hidden cells. |
| TableFormatting | idTableFormattingOptions enumeration | r/w | Table formatting. |
| UseTypographersQuotes | Boolean | r/w | If true, convert straight quotes to typographic quotes. |
| ViewName | String | r/w | Name of selected view. |