Table of Contents

ExcelFile.GetCustomXmlPart Method

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

Syntax

Namespace: FlexCel.Core

public abstract TCustomXmlPart GetCustomXmlPart(Int32 position)

Parameters

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

See also