Show / Hide Table of Contents

Class StyleSheetCellStyle

Represents the style of a cell.

Inheritance
System.Object
CellStyle
StyleSheetCellStyle
Inherited Members
CellStyle.Alignment
CellStyle.IsBuiltIn
CellStyle.Name
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class StyleSheetCellStyle : CellStyle

Properties

Borders

Declaration
public override AbstractBorders Borders { get; set; }
Property Value
Type Description
AbstractBorders
Overrides
CellStyle.Borders

Fill

Declaration
public override CellFill Fill { get; set; }
Property Value
Type Description
CellFill
Overrides
CellStyle.Fill

Font

Declaration
public override AbstractFont Font { get; set; }
Property Value
Type Description
AbstractFont
Overrides
CellStyle.Font

Format

Declaration
public override Format Format { get; }
Property Value
Type Description
Format
Overrides
CellStyle.Format

Methods

Equals(StyleSheetCellStyle)

Declaration
protected bool Equals(StyleSheetCellStyle other)
Parameters
Type Name Description
StyleSheetCellStyle other
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Back to top Generated by DocFX