Table of Contents

TShapeProperties.ShapeGeometry Property

Geometry of the shape as XML, if it is an xlsx shape. Shapes in xls will have this value empty. You can find the XML string by creating the shape in Excel and opening the file with APIMate.

Syntax

Namespace: FlexCel.Core

public String ShapeGeometry { get; set; }

See also