C1.Excel Assembly / C1.Excel Namespace / XLOpaqueShape Class
Members

XLOpaqueShape Class
Represents a shape that was inserted in the sheet using Excel and is preserved but not fully exposed by the C1XLBook component.
Object Model
XLOpaqueShape Class
Syntax
'Declaration
 
Public Class XLOpaqueShape 
   Inherits XLShape
 
Remarks

C1ExcelBook can load and save all types of shapes present in Excel sheets.

However, only image shapes are fully exposed (as XLPictureShape objects).

All other object types are loaded and saved as XLOpaqueShape objects that cannot be modified. These include graphical elements (such as lines, rectangles, and arcs), VBA controls (such as edit boxes, and buttons), and comments.

Inheritance Hierarchy

System.Object
   C1.Excel.XLShape
      C1.Excel.XLOpaqueShape

See Also