Show / Hide Table of Contents

Class ExcelBandedTableStyleElement

A style element for a custom table style with band size

Inheritance
Object
XmlHelper
ExcelTableStyleElement
ExcelBandedTableStyleElement
Inherited Members
ExcelTableStyleElement.Style
ExcelTableStyleElement.Type
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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
Int32
In this article
Back to top Generated by DocFX