Max_Columns97_2003 |
Maximum column on an xls (Excel 97 - 2003) spreadsheet. (0 based, that is 255) |
Max_Columns2007 |
Maximum column on an xlsx (Excel 2007 and up) spreadsheet. (0 based, that is 16383) |
Max_Rows97_2003 |
Maximum row on an xls (Excel 97 - 2003) spreadsheet. (0 based, that is 65535) |
Max_Rows95 |
Maximum row on an xls (Excel 2 - 95) spreadsheet. (0 based) |
Max_Rows2007 |
Maximum row on an xlsx (Excel 2007 and up) spreadsheet. (0 based, that is 1048575) |
Max_Sheets |
Maximum sheet on a spreadsheet. (0 based, that is 65530) |
Max_PxlColumns |
Maximum column on Pocket Excel a spreadsheet. (0 based, that is 255) |
Max_PxlRows |
Maximum row on a Pocket Excel spreadsheet. (0 based, that is 16383) |
Max_PxlSheets |
Maximum sheet on a Pocket Excel spreadsheet. (0 based, that is 255) |
Max_FormulaArguments2003 |
Maximum number of arguments for a formula in xls file format.
|
Max_FormulaArguments2007 |
Maximum number of arguments for a formula in xlsx file format.
|
Max_StringLenInCell |
Maximum length of a string in a cell.
|
RowMult |
Multiply by this number to convert pixels to excel row height units.
|
DispMul |
Number of points in an inch.
|
DefaultBrightness |
Brightness to keep the image unchanged.
|
DefaultContrast |
Contrast to keep the image unchanged.
|
DefaultGamma |
Gamma to keep the image unchanged.
|
DefaultRotation |
Zero rotation.
|
NoTransparentColor |
Constant meaning there is no transparent color defined on the image.
|
DefaultFormatId |
The default XF for a file. You can also access this value with TExcelFile.DefaultFormatId |
ObjectPathSeparator |
String used to separate 2 objects on an object path.
|
ObjectPathAbsolute |
When an objpath starts with this character, it is an absolute path that includes the object index. If it doesn't start with it, then the ObjPath doesn't include the original object.
|
ObjectPathObjName |
When an objpath starts with this character, it is a path that goes directly to the name of an object. Note that when more than an object have the same name in the same sheet, this path won't work and you will have to use absolute or relative ones.
|
ObjectPathSpId |
When an objpath starts with this character, what follows is a single shape id that identifies the object.
|