SheetStyleByVariant typedef

SheetStyleByVariant = Map<SheetVariant, SheetStyle?>

Map of SheetStyle by SheetVariant as key

Implementation

typedef SheetStyleByVariant = Map<SheetVariant, SheetStyle?>;