IXmlMap.GetMap Method
Gets the map at position index. (0 based). The map returned is not a copy but the actual map in the class, so modifying it will modify the map in the class.
Syntax
Unit: FlexCel.Core
function IXmlMap.GetMap(const index: Integer): TXmlMapMap; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
index |
Integer |
Index of the map to return, 0 based. |
See also