Infragistics(R) NetAdvantage(R) WPF
WorksheetShape Class
Members  See Also  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace : WorksheetShape Class

Abstract base class for all shapes (atomic or compound) in a worksheet.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class WorksheetShape 
C# 
public abstract class WorksheetShape 

Remarks

Atomic shapes are singular shape entities, such as an image, a polygon, or text. Compound shapes are groupings of shapes, and are represented by WorksheetShapeGroup instances.

Currently, not all shape information is customizable (such as shape rotation). However, for round-tripping purposes, when a shape is loaded from an Excel file, this information in maintained with the shape. See ClearUnknownData for more information about unsupported data.

See Also