Returns one of the 49 built in formats Excel supports. For more information see SetBuiltInFormat
Syntax
Unit: FlexCel.XlsAdapter
class function TXlsFile.GetBuiltInFormat(const formatIndex: Integer): string; static;
Parameters
<-> |
Parameter |
Type |
Description |
const |
formatIndex |
Integer |
Index of the format we want to retrieve. |
See also