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.String | 
AutoFit
Autofits the drawingobject
Declaration
public bool AutoFit { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
BackgroundColor
Background color
Declaration
public Color BackgroundColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Drawing.Color | 
Fill
Fill properties for the comment
Declaration
public ExcelVmlDrawingFill Fill { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelVmlDrawingFill | 
From
From position. For comments only when Visible=true.
Declaration
public ExcelVmlDrawingPosition From { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelVmlDrawingPosition | 
HorizontalAlignment
Horizontal alignment for text
Declaration
public eTextAlignHorizontalVml HorizontalAlignment { get; set; }
  Property Value
| Type | Description | 
|---|---|
| eTextAlignHorizontalVml | 
LineColor
Line color
Declaration
public Color LineColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Drawing.Color | 
LineStyle
Linestyle for border
Declaration
public eLineStyleVml LineStyle { get; set; }
  Property Value
| Type | Description | 
|---|---|
| eLineStyleVml | 
LineWidth
Width of the border
Declaration
public float LineWidth { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Single | 
Locked
If the object is locked when the sheet is protected
Declaration
public bool Locked { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
LockText
Specifies that the object's text is locked
Declaration
public bool LockText { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
To
To position. For comments only when Visible=true.
Declaration
public ExcelVmlDrawingPosition To { get; }
  Property Value
| Type | Description | 
|---|---|
| ExcelVmlDrawingPosition | 
VerticalAlignment
Vertical alignment for text
Declaration
public eTextAlignVerticalVml VerticalAlignment { get; set; }
  Property Value
| Type | Description | 
|---|---|
| eTextAlignVerticalVml | 
Visible
If the drawing object is visible.
Declaration
public bool Visible { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |