| Visual Basic (Declaration) | |
|---|---|
Public Class UnknownShape Inherits WorksheetShapeWithText | |
| C# | |
|---|---|
public class UnknownShape : WorksheetShapeWithText | |
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.