Table of Contents

XlsFile.GetCustomXmlPart Method

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

Syntax

Namespace: FlexCel.XlsAdapter

public override TCustomXmlPart GetCustomXmlPart(Int32 position)

Parameters

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

See also