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

Represents an unsupported shape which has been loaded from a workbook file.

Syntax

Visual Basic (Declaration) 
Public Class UnknownShape 
   Inherits WorksheetShapeWithText
C# 
public class UnknownShape : WorksheetShapeWithText 

Remarks

This class is used for round-tripping purposes, so unsupported shapes which have been loaded can be saved back out with the workbook. The class allows the unsupported shapes to be identified in shape collections so they can be removed. This shape will become obsolete in future versions when all shape types are supported.

See Also