Table of Contents

TXmlMap.Assign Method

Copies a different xml map to this instance, clearing any existing data in this instance. If map is null, then this method will clear everything.

Syntax

Namespace: FlexCel.Core

public void Assign(TXmlMap map)

Parameters

<-> Parameter Type Description
map TXmlMap Map to assign to this instance.

See also