[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Workbook.Styles

Styles Property

Styles

Provides access to the collection of cell styles in the current workbook.

Declaration
public IStyleCollection Styles { get; }
Public ReadOnly Property Styles As IStyleCollection
Property Value
Type Description
IStyleCollection

The styles.

Implements