IWorksheetCellFormat

Represents the format for the cell.

_hidden$i: Nullable$1<boolean>
_locked$i: Nullable$1<boolean>
_shrinkToFit$i: Nullable$1<boolean>
_wrapText$i: Nullable$1<boolean>
alignment: HorizontalCellAlignment
bottomBorderColorInfo: WorkbookColorInfo
bottomBorderStyle: CellBorderLineStyle
diagonalBorderColorInfo: WorkbookColorInfo
diagonalBorders: DiagonalBorders
diagonalBorderStyle: CellBorderLineStyle
fill: CellFill
font: IWorkbookFont
formatOptions: WorksheetCellFormatOptions
formatString: string
hidden: boolean | null
indent: number
leftBorderColorInfo: WorkbookColorInfo
leftBorderStyle: CellBorderLineStyle
locked: boolean | null
rightBorderColorInfo: WorkbookColorInfo
rightBorderStyle: CellBorderLineStyle
rotation: number
shrinkToFit: boolean | null
style: WorkbookStyle
topBorderColorInfo: WorkbookColorInfo
topBorderStyle: CellBorderLineStyle
verticalAlignment: VerticalCellAlignment
wrapText: boolean | null
setFormatting: any