Show / Hide Table of Contents

Class AbstractFormattable

Inheritance
System.Object
AbstractFormattable
Cell
Column
Row
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public abstract class AbstractFormattable : object

Constructors

AbstractFormattable()

Declaration
protected AbstractFormattable()

AbstractFormattable(Worksheet)

Declaration
protected AbstractFormattable(Worksheet worksheet)
Parameters
Type Name Description
Worksheet worksheet

Properties

Alignment

Declaration
public CellAlignment Alignment { get; }
Property Value
Type Description
CellAlignment

Borders

Declaration
public AbstractBorders Borders { get; set; }
Property Value
Type Description
AbstractBorders

Fill

Get or set the background fill of the cell

Declaration
public CellFill Fill { get; set; }
Property Value
Type Description
CellFill

Font

Declaration
public FormattableFont Font { get; }
Property Value
Type Description
FormattableFont

Format

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

IsFormulaHidden

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

IsLocked

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

Style

Get or get the style of the row or column

Declaration
public virtual CellStyle Style { get; set; }
Property Value
Type Description
CellStyle

Worksheet

Get the sheet which contains the row or column.

Declaration
public virtual Worksheet Worksheet { get; }
Property Value
Type Description
Worksheet
Back to top Generated by DocFX