Show / Hide Table of Contents

Class ExcelBandedTableStyleElement

A style element for a custom table style with band size

Inheritance
System.Object
XmlHelper
ExcelTableStyleElement
ExcelBandedTableStyleElement
Inherited Members
ExcelTableStyleElement.Style
ExcelTableStyleElement.Type
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
Back to top Generated by DocFX