Inheritance
System.Object
CommentFill
Assembly: DRIT.Spreadsheet.dll
public class CommentFill : object
Properties
Declaration
public Color Color { get; set; }
Property Value
Type |
Description |
System.Drawing.Color |
|
Declaration
public CommentGradient Gradient { get; set; }
Property Value
Declaration
public PatternFill Pattern { get; set; }
Property Value
Declaration
public PictureFill PictureFill { get; set; }
Property Value
Declaration
public SpreadsheetColor SpreadsheetColor { get; set; }
Property Value
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public decimal Transparency { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Declaration
public CommentFillEffect? Type { get; set; }
Property Value