'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
| Член типа | Описание |
|---|---|
| FillColor | Свойство FillColor. |
| BordersColor | Свойство Color. |
| TextHorizontalAlign | Свойство HorizontalAlign. |
| TextVerticalAlign | VerticalAlign свойство. |
| TextWordWrap | WrapText свойство. |
| TextIndent | Indent свойство. |
| FontColor | Color свойство. |
| FontName | Name свойство. |
| FontSize | Size свойство. |
| FontIsBold | IsBold свойство. |
| FontIsItalic | IsItalic свойство. |
| FontIsUnderline | IsUnderline свойство. |
| FontIsStrikeout | IsStrikeout свойство. |
| Borders | Свойство Borders (значение CellsBorders). |
| NumberFormat | Свойство NumberFormat. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Office.Spreadsheet.CellStyleProperty
Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5
Пространство имен Vintasoft.Imaging.Office.Spreadsheet
ChangeCellsStyleProperties(Worksheet,CellReferencesSet,Dictionary<CellStyleProperty,Object>)