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