TXlsFile.GetObjectName Method
Returns the name of the object at objectIndex position.
Syntax
Unit: FlexCel.XlsAdapter
function TXlsFile.GetObjectName(const objectIndex: Integer): string; override;
Parameters
<-> |
Parameter |
Type |
Description |
const |
objectIndex |
Integer |
Object index. (1-based) |
See also