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