Table of Contents

TExcelFile.GetCustomXmlPart Method

Returns the part at the given position. (1 based)

Syntax

Unit: FlexCel.Core

function TExcelFile.GetCustomXmlPart(const position: Integer): TCustomXmlPart; virtual; abstract;

Parameters

<-> Parameter Type Description
const position Integer 1-based index in the collection of custom parts.

See also