Interface IStyles
- Namespace
- Spire.Xls.Core
- Assembly
- Spire.XLS.dll
public interface IStyles : IEnumerable
- Inherited Members
-
Properties
Count
Property Value
- int
this[int]
IStyle this[int Index] { get; }
Parameters
Index
int
Property Value
- IStyle
this[string]
IStyle this[string name] { get; }
Parameters
name
string
Property Value
- IStyle
Parent
Property Value
- object
Methods
Contains(string)
bool Contains(string name)
Parameters
name
string
Returns
- bool
Remove(string)
void Remove(string styleName)
Parameters
styleName
string