defaultFormat property

CellFormat? defaultFormat
getter/setter pair

The default format of all cells in the spreadsheet.

CellData.effectiveFormat will not be set if the cell's format is equal to this default format. This field is read-only.

Implementation

CellFormat? defaultFormat;