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 Type is set to FirstRowStripe, FirstColumnStripe, SecondRowStripe or SecondColumnStripe

Declaration
public int BandSize { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX