Represents the border line style of a comment.
Inheritance
System.Object
CommentLine
Assembly: DRIT.Spreadsheet.dll
public class CommentLine : object
Fields
Declaration
protected CommentLineType type
Field Value
Properties
Declaration
public Color Color { get; set; }
Property Value
Declaration
public CompoundLine CompoundType { get; set; }
Property Value
Declaration
public DashType DashType { get; set; }
Property Value
Declaration
public SpreadsheetColor SpreadsheetColor { get; set; }
Property Value
Gets or sets the transparency of the comment line.
Declaration
public decimal Transparency { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Declaration
public CommentLineType Type { get; set; }
Property Value
Declaration
public double WidthPoints { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
Declaration
protected virtual void OnTypeChanged()