Class AbstractFormattable
Inheritance
System.Object
AbstractFormattable
Assembly: DRIT.Spreadsheet.dll
public abstract class AbstractFormattable : object
Constructors
Declaration
protected AbstractFormattable()
Declaration
protected AbstractFormattable(Worksheet worksheet)
Parameters
Properties
Declaration
public CellAlignment Alignment { get; }
Property Value
Declaration
public AbstractBorders Borders { get; set; }
Property Value
Get or set the background fill of the cell
Declaration
public CellFill Fill { get; set; }
Property Value
Declaration
public FormattableFont Font { get; }
Property Value
Declaration
public Format Format { get; set; }
Property Value
Set or get whether the cell's formula is hidden in the formula bar. This value of this property is meaningful only if the sheet is protected.
Declaration
public bool IsFormulaHidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Set or get whether the cell is locked and cannot be edited. This value of this property is meaningful only if the sheet is protected.
Declaration
public bool IsLocked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Get or get the style of the row or column
Declaration
public virtual CellStyle Style { get; set; }
Property Value
Get the sheet which contains the row or column.
Declaration
public virtual Worksheet Worksheet { get; }
Property Value