[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IStyles

IStyles Interface

Represents a collection of all styles in the workbook.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IStyles
Public Interface IStyles

Properties

Name Description
Count

Gets an integer value that represents the number of styles in the IStyles collection.

this[BuiltInStyle]

Gets the built-in IStyle object.

this[int]

Gets the IStyle object at the specified index.

this[string]

Gets the IStyle object with the specified name.

Methods

Name Description
Add(string, string)

Creates a new style and adds it to the list of styles that are available for the current workbook.

Merge(IWorkbook, YesNoCancel)

Merges the styles from another workbook into the IStyles collection.