Version

WorksheetCellFormatOptions Enumeration

Flagged enumeration which indicates which groups of formatting properties are used in a format.
Syntax
public enum WorksheetCellFormatOptions : System.Enum 
Members
MemberDescription
AllAll properties are used on the format.
ApplyAlignmentFormattingThe IWorksheetCellFormat.Alignment, IWorksheetCellFormat.Indent, IWorksheetCellFormat.Rotation, IWorksheetCellFormat.ShrinkToFit, IWorksheetCellFormat.VerticalAlignment, and IWorksheetCellFormat.WrapText properties are used on the format.
ApplyBorderFormattingThe BottomBorderColorInfo, BottomBorderStyle, DiagonalBorderColorInfo, IWorksheetCellFormat.DiagonalBorders, DiagonalBorderStyle, LeftBorderColorInfo, LeftBorderStyle, RightBorderColorInfo, RightBorderStyle, TopBorderColorInfo, and TopBorderStyle properties are used on the format.
ApplyFillFormattingThe IWorksheetCellFormat.Fill property is used on the format.
ApplyFontFormattingThe IWorksheetCellFormat.Font property is used on the format.
ApplyNumberFormattingThe IWorksheetCellFormat.FormatString property is used on the format.
ApplyProtectionFormattingThe IWorksheetCellFormat.Locked property is used on the format.
NoneNo format properties are used on the format.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also