Class ExcelVmlDrawingComment
Drawing object used for comments
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Drawing.Vml
Assembly: EPPlus.dll
Syntax
public class ExcelVmlDrawingComment : ExcelVmlDrawingBase
Properties
Address
Address in the worksheet
Declaration
public string Address { get; }
Property Value
Type | Description |
---|---|
System. |
AutoFit
Autofits the drawingobject
Declaration
public bool AutoFit { get; set; }
Property Value
Type | Description |
---|---|
System. |
BackgroundColor
Background color
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System. |
Fill
Fill properties for the comment
Declaration
public ExcelVmlDrawingFill Fill { get; }
Property Value
Type | Description |
---|---|
Excel |
From
From position. For comments only when Visible=true.
Declaration
public ExcelVmlDrawingPosition From { get; }
Property Value
Type | Description |
---|---|
Excel |
HorizontalAlignment
Horizontal alignment for text
Declaration
public eTextAlignHorizontalVml HorizontalAlignment { get; set; }
Property Value
Type | Description |
---|---|
e |
LineColor
Line color
Declaration
public Color LineColor { get; set; }
Property Value
Type | Description |
---|---|
System. |
LineStyle
Linestyle for border
Declaration
public eLineStyleVml LineStyle { get; set; }
Property Value
Type | Description |
---|---|
e |
LineWidth
Width of the border
Declaration
public float LineWidth { get; set; }
Property Value
Type | Description |
---|---|
System. |
Locked
If the object is locked when the sheet is protected
Declaration
public bool Locked { get; set; }
Property Value
Type | Description |
---|---|
System. |
LockText
Specifies that the object's text is locked
Declaration
public bool LockText { get; set; }
Property Value
Type | Description |
---|---|
System. |
To
To position. For comments only when Visible=true.
Declaration
public ExcelVmlDrawingPosition To { get; }
Property Value
Type | Description |
---|---|
Excel |
VerticalAlignment
Vertical alignment for text
Declaration
public eTextAlignVerticalVml VerticalAlignment { get; set; }
Property Value
Type | Description |
---|---|
e |
Visible
If the drawing object is visible.
Declaration
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System. |