Enumeration WorksheetCellFormatOptions

Flagged enumeration which indicates which groups of formatting properties are used in a format.

See

IWorksheetCellFormat.formatOptions

Enumeration Members

All: 63

All properties are used on the format.

ApplyAlignmentFormatting: 2
ApplyBorderFormatting: 8
ApplyFillFormatting: 16

The IWorksheetCellFormat.fill property is used on the format.

ApplyFontFormatting: 4

The IWorksheetCellFormat.font property is used on the format.

ApplyNumberFormatting: 1

The IWorksheetCellFormat.formatString property is used on the format.

ApplyProtectionFormatting: 32

The IWorksheetCellFormat.locked property is used on the format.

None: 0

No format properties are used on the format.