[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITableStyleCollection

ITableStyleCollection Interface

Represents a collection of table styles contained in the workbook.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface ITableStyleCollection
Public Interface ITableStyleCollection

Properties

Name Description
Count

Gets the number of table styles in the collection.

this[int]

Gets the GrapeCity.Documents.Excel.TableStyle with the specified name.

this[string]

Gets the GrapeCity.Documents.Excel.TableStyle with the specified name.

Methods

Name Description
Add(string)

Adds the specified table style.

Contains(string)

Determines whether the style with specified name is contained in ITableStyle.