Show / Hide Table of Contents

Class TableStyleCollection

Gives access to the standard table styles.

Inheritance
System.Object
TableStyleCollection
Namespace: DRIT.Spreadsheet.Tables
Assembly: DRIT.Spreadsheet.dll
Syntax
public class TableStyleCollection : IEnumerable<TableStyle>

Methods

GetEnumerator()

Declaration
public IEnumerator<TableStyle> GetEnumerator()
Returns
Type Description
IEnumerator<TableStyle>
Back to top Generated by DocFX