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
indent: number
leftBorderColorInfo: WorkbookColorInfo
leftBorderStyle: CellBorderLineStyle
locked: boolean
rightBorderColorInfo: WorkbookColorInfo
rightBorderStyle: CellBorderLineStyle
rotation: number
shrinkToFit: boolean
style: WorkbookStyle
topBorderColorInfo: WorkbookColorInfo
topBorderStyle: CellBorderLineStyle
verticalAlignment: VerticalCellAlignment
wrapText: boolean
setFormatting: any