TXlsFile.GetCustomXmlPart Method
Returns the part at the given position. (1 based)
Syntax
Unit: FlexCel.XlsAdapter
function TXlsFile.GetCustomXmlPart(const position: Integer): TCustomXmlPart; override;
Parameters
<-> |
Parameter |
Type |
Description |
const |
position |
Integer |
1-based index in the collection of custom parts. |
See also