Class ExcelHeaderStyleFormatAttribute
- Namespace
- BigExcelCreator.ClassAttributes
- Assembly
- BigExcelCreator.dll
Format index to apply to the header row.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class ExcelHeaderStyleFormatAttribute : Attribute
- Inheritance
-
ExcelHeaderStyleFormatAttribute
- Inherited Members
Constructors
ExcelHeaderStyleFormatAttribute(int)
Format index to apply to the header row.
public ExcelHeaderStyleFormatAttribute(int format)
Parameters
formatintThe format index to apply to the cells in header row. Default is 0. See GetIndexByName(string).
Properties
Format
The format index to apply to the cell. Default is 0. See GetIndexByName(string).
public int Format { get; }