Show / Hide Table of Contents

Class CommentLine

Represents the border line style of a comment.

Inheritance
System.Object
CommentLine
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class CommentLine : object

Fields

type

Declaration
protected CommentLineType type
Field Value
Type Description
CommentLineType

Properties

Color

Declaration
public Color Color { get; set; }
Property Value
Type Description
Color

CompoundType

Declaration
public CompoundLine CompoundType { get; set; }
Property Value
Type Description
CompoundLine

DashType

Declaration
public DashType DashType { get; set; }
Property Value
Type Description
DashType

SpreadsheetColor

Declaration
public SpreadsheetColor SpreadsheetColor { get; set; }
Property Value
Type Description
SpreadsheetColor

Transparency

Gets or sets the transparency of the comment line.

Declaration
public decimal Transparency { get; set; }
Property Value
Type Description
System.Decimal

Type

Declaration
public CommentLineType Type { get; set; }
Property Value
Type Description
CommentLineType

WidthPoints

Declaration
public double WidthPoints { get; set; }
Property Value
Type Description
System.Double

Methods

OnTypeChanged()

Declaration
protected virtual void OnTypeChanged()
Back to top Generated by DocFX