'Declaration <FlagsAttribute()> Public Enum StyleFormatApplyment Inherits System.Enum
'Usage Dim instance As StyleFormatApplyment
[Flags()] public enum StyleFormatApplyment : System.Enum
'Declaration <FlagsAttribute()> Public Enum StyleFormatApplyment Inherits System.Enum
'Usage Dim instance As StyleFormatApplyment
[Flags()] public enum StyleFormatApplyment : System.Enum
Member | Description |
---|---|
Alignment | Indicates whether the alignment formatting specified should be applied. |
All | Indicates that all formatting should be applied. |
Border | Indicates whether the border formatting specified should be applied. |
Fill | Indicates whether the fill formatting specified should be applied. |
Font | Indicates whether the font formatting specified should be applied. |
None | Indicates that no formatting should be applied. |
NumberFormat | Indicates whether the number formatting specified should be applied. |
Protection | Indicates whether the protection formatting specified should be applied. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.StyleFormatApplyment