[]
        
(Showing Draft Content)

C1.Excel.XLOpaqueShape

XLOpaqueShape Class

Represents a shape that was inserted in the sheet using Excel and is preserved but not fully exposed by the C1XLBook component.

Inheritance
XLOpaqueShape
Implements
Namespace: C1.Excel
Assembly: C1.Excel.dll
Syntax
public class XLOpaqueShape : XLShape, ICloneable
Remarks
<p>
    <b>C1ExcelBook</b> can load and save all types of shapes present in Excel sheets.</p>
<p>However, only image shapes are fully exposed (as <xref href="C1.Excel.XLPictureShape" data-throw-if-not-resolved="false"></xref> objects).</p>
<p>All other object types are loaded and saved as <b>XLOpaqueShape</b> 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.

Properties

Name Description
IsEmpty

Determines whether the shape is empty.

Methods

Name Description
CreateProperties(IDictionary)

Populates an IDictionary with the shape properties.

ParseProperties(IDictionary)

Parse shape properties.