Table of Contents

IEmbeddedObjects.GetObjectProperties Method

Returns information on an object and all of its children.

Syntax

Namespace: FlexCel.Core

public abstract TShapeProperties GetObjectProperties(Int32 objectIndex, Boolean GetShapeOptions)

Parameters

<-> Parameter Type Description
objectIndex Int32 Index of the object (1-based)
GetShapeOptions Boolean When true, shape options will be retrieved. As this can be a slow operation, only specify true when you really need those options.

See also