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