Table of Contents

ExcelFile.GetObjectShapeId Method

Returns the shape id of the object at objectIndex position. Shape Ids are internal identifiers for the shape, that you can use to uniquely identify a shape. Note that the shape id can change when you load the file, once it is loaded, it will remain the same for the shape lifetime.

Syntax

Namespace: FlexCel.Core

public abstract Int64 GetObjectShapeId(Int32 objectIndex)

Parameters

<-> Parameter Type Description
objectIndex Int32 Object index. (1-based)

See also