LOCK_ARRAY
LOCK_ARRAY = [\PhpOffice\PhpSpreadsheet\Style\Protection::PROTECTION_INHERIT => 1, \PhpOffice\PhpSpreadsheet\Style\Protection::PROTECTION_PROTECTED => 1, \PhpOffice\PhpSpreadsheet\Style\Protection::PROTECTION_UNPROTECTED => 0]
$isStyleXf : bool
Style XF or a cell XF ?
$fontIndex : int
Index to the FONT record. Index 4 does not exist.
$numberFormatIndex : int
An index (2 bytes) to a FORMAT record (number format).
$textJustLast : int
1 bit, apparently not used.
$foregroundColor : int
The cell's foreground color.
$backgroundColor : int
The cell's background color.
$bottomBorderColor : int
Color of the bottom border of the cell.
$topBorderColor : int
Color of the top border of the cell.
$leftBorderColor : int
Color of the left border of the cell.
$rightBorderColor : int
Color of the right border of the cell.
$mapBorderStyles : array
Map of BIFF2-BIFF8 codes for border styles.
$mapFillTypes : array
Map of BIFF2-BIFF8 codes for fill types.
$mapHAlignments : array
Map of BIFF2-BIFF8 codes for horizontal alignment.
$mapVAlignments : array
Map of BIFF2-BIFF8 codes for vertical alignment.