'Declaration Public Enum CellStyleProperty Inherits System.Enum
public enum CellStyleProperty : System.Enum
__value public enum CellStyleProperty : public System.Enum
public enum class CellStyleProperty : public System.Enum
'Declaration Public Enum CellStyleProperty Inherits System.Enum
public enum CellStyleProperty : System.Enum
__value public enum CellStyleProperty : public System.Enum
public enum class CellStyleProperty : public System.Enum
Member | Description |
---|---|
FillColor | FillColor property. |
BordersColor | Color property. |
TextHorizontalAlign | HorizontalAlign property. |
TextVerticalAlign | VerticalAlign property. |
TextWordWrap | WrapText property. |
TextIndent | Indent property. |
FontColor | Color property. |
FontName | Name property. |
FontSize | Size property. |
FontIsBold | IsBold property. |
FontIsItalic | IsItalic property. |
FontIsUnderline | IsUnderline property. |
FontIsStrikeout | IsStrikeout property. |
Borders | Borders property (CellsBorders value). |
NumberFormat | NumberFormat property. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Office.Spreadsheet.CellStyleProperty
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
Vintasoft.Imaging.Office.Spreadsheet Namespace
ChangeCellsStyleProperties(Worksheet,CellReferencesSet,Dictionary<CellStyleProperty,Object>)