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

Abstract base class for all shapes that can display text.

Syntax

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

Remarks

Primitive shapes, such as polygons, and cell comments can display regular text or text with mixed formatting and are derived from this class.

See Also