Structs§
Column
records the fields you want to update to worksheets.FormatAlign
struct, which used to edit the align style of theCell
, including set vertical and horizontal align(byFormatAlignType
), reading order and indent.FormatBorder
is used to edit the border style of theCell
in each direction.FormatBorderElement
is used to edit one of the direction of theCell
’s border style.FormatFill
is used for fields that having both foreground color and background color, It’s mainly applied in theRow
,Column
andCell
’sFormat
fill color.FormatFont
is used to handle font-related fields, mainly applied toCell
.Row
records the fields you want to update to worksheets.
Enums§
FormatAlignType
determines the position of the alignment.- Enumeration of different border type
FormatColor
is mainly used for setting fonts, backgrounds, and sheet tab colors.