Click or drag to resize

CellStyleFlag Class

Represents a set of flags that define the style of a cell in a spreadsheet.
Inheritance Hierarchy
System Object
Spire.Xls CellStyleFlag

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public class CellStyleFlag

The CellStyleFlag type exposes the following members.

Constructors
Name Description
Public method CellStyleFlag
Initializes a new instance of the CellStyleFlag class
Top
Properties
Name Description
Public property All
All properties will be applied.
Public property Borders
All borders settings will be applied.
Public property BottomBorder
Bottom border settings will be applied.
Public property CellShading
Cell shading setting will be applied.
Public property DiagonalDownBorder
Diagonal down border settings will be applied.
Public property DiagonalUpBorder
Diagonal up border settings will be applied.
Public property Font
Font settings will be applied.
Public property FontBold
Font bold setting will be applied.
Public property FontColor
Font color setting will be applied.
Public property FontItalic
Font italic setting will be applied.
Public property FontName
Font name setting will be applied.
Public property FontScript
Font script setting will be applied.
Public property FontSize
Font size setting will be applied.
Public property FontStrike
Font strikeout setting will be applied.
Public property FontUnderline
Font underline setting will be applied.
Public property HideFormula
Hide formula setting will be applied.
Public property HorizontalAlignment
Horizontal alignment setting will be applied.
Public property Indent
Indent level setting will be applied.
Public property LeftBorder
Left border settings will be applied.
Public property Locked
Locked setting will be applied.
Public property NumberFormat
Number format setting will be applied.
Public property RightBorder
Right border settings will be applied.
Public property Rotation
Rotation setting will be applied.
Public property ShrinkToFit
Shrink to fit setting will be applied.
Public property TextDirection
Text direction setting will be applied.
Public property TopBorder
Top border settings will be applied.
Public property VerticalAlignment
Vertical alignment setting will be applied.
Public property WrapText
Wrap text setting will be applied.
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also