public class ExcelCellStylesCollection : IEnumerable
Public Class ExcelCellStylesCollection
Implements IEnumerable
public ref class ExcelCellStylesCollection : IEnumerable
type ExcelCellStylesCollection =
class
interface IEnumerable
end
Count | Gets the number of styles in collection |
ItemInt32 | Gets the style at the specified index from collection. |
ItemString | Gets the style with the specified name from collection. |
AddStyle | Adds a new style to the styles collection. |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetEnumerator | Gets the collection enumerator |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
RemoveStyle | Removes the style with the specified name from collection. |
ToString | (Inherited from Object) |