Class XlsxCellStyle
- Namespace
- Shift.Toolbox
- Assembly
- Shift.Toolbox.dll
public class XlsxCellStyle
- Inheritance
-
XlsxCellStyle
- Inherited Members
-
- Extension Methods
-
Constructors
Properties
public HorizontalAlignment? Align { get; set; }
Property Value
- HorizontalAlignment?
public Color? BackgroundColor { get; set; }
Property Value
- Color?
public XlsxBorder Border { get; }
Property Value
- XlsxBorder
public Color? FontColor { get; set; }
Property Value
- Color?
public bool? IsBold { get; set; }
Property Value
- bool?
public bool? IsItalic { get; set; }
Property Value
- bool?
public bool? IsUnderline { get; set; }
Property Value
- bool?
public XlsxCellVAlign? VAlign { get; set; }
Property Value
- XlsxCellVAlign?
WrapText
public bool? WrapText { get; set; }
Property Value
- bool?
Methods
public XlsxCellStyle Copy()
Returns
- XlsxCellStyle
public static HorizontalAlignment GetAlign(Type type)
Parameters
type Type
Returns
- HorizontalAlignment
public static ExcelHorizontalAlignment GetExcelValue(HorizontalAlignment value)
Parameters
value HorizontalAlignment
Returns
- ExcelHorizontalAlignment
public static ExcelVerticalAlignment GetExcelValue(XlsxCellVAlign value)
Parameters
value XlsxCellVAlign
Returns
- ExcelVerticalAlignment
public static string GetFormat(Type type)
Parameters
type Type
Returns
- string