Table of Contents

XlsFile.RemoveCustomXmlPart Method

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

Syntax

Namespace: FlexCel.XlsAdapter

public override void RemoveCustomXmlPart(Int32 position)

Parameters

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

See also