Winnovative Excel Library for .NET
ExcelCellStylesCollection Class
NamespacesWinnovative.ExcelLibExcelCellStylesCollection
Winnovative Excel Library for .NET
Represents a collection of cell styles. The ExcelWorkbook offers such a collection containing all the styles created in the workbook.
Declaration Syntax
C#Visual BasicVisual C++
public class ExcelCellStylesCollection : IEnumerable
Public Class ExcelCellStylesCollection _
	Implements IEnumerable
public ref class ExcelCellStylesCollection : IEnumerable
Members
All MembersMethodsProperties



IconMemberDescription
AddStyle(String)
Adds a new style to the styles collection.

Count
Gets the number of styles in collection

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetEnumerator()()()
Gets the collection enumerator

GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Item[([(Int32])])
Gets the style at the specified index from collection.

Item[([(String])])
Gets the style with the specified name from collection.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RemoveStyle(String)
Removes the style with the specified name from collection.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
ExcelCellStylesCollection

Assembly: Winnovative.ExcelLib (Module: Winnovative.ExcelLib) Version: 2.1.0.0 (2.1.0.0)