[]
        
(Showing Draft Content)

C1.Excel.XLCommentShape

XLCommentShape Class

Represents a text shape embedded in an XLSheet.

Inheritance
XLCommentShape
Implements
Namespace: C1.Excel
Assembly: C1.Excel.dll
Syntax
public class XLCommentShape : XLTextShape, ICloneable

Constructors

Name Description
XLCommentShape(string)

Initializes a new instance of an XLCommentShape.

XLCommentShape(string, Rectangle)

Initializes a new instance of an XLCommentShape.

XLCommentShape(string, int, int)

Initializes a new instance of an XLCommentShape.

XLCommentShape(string, int, int, int, int)

Initializes a new instance of an XLCommentShape.

Properties

Name Description
IsEmpty

Determines whether the shape is empty.

Visible

Determines whether the shape is visible.

Methods

Name Description
CreateProperties(IDictionary)

Populates an IDictionary with the shape properties.

ParseProperties(IDictionary)

Parse shape properties.