Interface IXLPredefinedStyles
public interface IXLPredefinedStyles
- Extension Methods
Properties
this[XLBuiltInStyleType]
Get built-in named style
IXLBuiltInPredefinedStyle this[XLBuiltInStyleType type] { get; }
Parameters
typeXLBuiltInStyleType
Property Value
this[string]
Get a custom-named style. It will create a new style if the specified name is not defined.
IXLCustomPredefinedStyle this[string name] { get; }
Parameters
namestring
Property Value
Methods
Contains(XLBuiltInStyleType)
Determines whether the workbook contains the specified built-in style.
bool Contains(XLBuiltInStyleType type)
Parameters
typeXLBuiltInStyleType
Returns
Contains(string)
Determines whether the workbook contains the specified custom style name.
bool Contains(string name)
Parameters
namestring