Class ExcelBandedTableStyleElement
A style element for a custom table style with band size
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Style
Assembly: EPPlus.dll
Syntax
public class ExcelBandedTableStyleElement : ExcelTableStyleElement
Properties
BandSize
Band size. Only applicable when System.Type is set to FirstRowStripe, FirstColumnStripe, SecondRowStripe or SecondColumnStripe
Declaration
public int BandSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |