Class ExcelBandedTableStyleElement
- Namespace
- OfficeOpenXml.Style
- Assembly
- EPPlus.dll
A style element for a custom table style with band size
public class ExcelBandedTableStyleElement : ExcelTableStyleElement
- Inheritance
-
ExcelBandedTableStyleElement
- Inherited Members
Properties
BandSize
Band size. Only applicable when Type is set to FirstRowStripe, FirstColumnStripe, SecondRowStripe or SecondColumnStripe
public int BandSize { get; set; }