[]
Represents a text shape embedded in an XLSheet.
public class XLCommentShape : XLTextShape, ICloneable
Name | Description |
---|---|
XLCommentShape(string) | Initializes a new instance of an XLCommentShape. |
XLCommentShape(string, double, double, double, double) | Initializes a new instance of an XLCommentShape. |
XLCommentShape(string, int, int) | Initializes a new instance of an XLCommentShape. |
XLCommentShape(string, Rect) | Initializes a new instance of an XLCommentShape. |
Name | Description |
---|---|
IsEmpty | Determines whether the shape is empty. |
Visible | Determines whether the shape is visible. |
Name | Description |
---|---|
CreateProperties(IDictionary) | Populates an IDictionary with the shape properties. |
ParseProperties(IDictionary) | Parse shape properties. |