Table of Contents

IXmlMap.AddMap Method

Adds a new map to the xml map, and returns it so you can fill the data of the new map. The returned map is owned by this class and modifying it will modify the map in the class.

Syntax

Unit: FlexCel.Core

function IXmlMap.AddMap: TXmlMapMap; virtual; abstract;

See also