Click or drag to resize

IStyles Interface

Defines a contract for styles that can be applied to various elements within an application.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IStyles : IEnumerable

The IStyles type exposes the following members.

Properties
Methods
Name Description
Public method Contains
Method return true if collection contains style with speicfied by user name.
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable .)
Public method Remove
Removes style from the collection.
Top
See Also