Interface IXLPredefinedStyle
- Namespace
- SlapKit.Excel.Excel
- Assembly
- SlapKit.Excel.dll
public interface IXLPredefinedStyle : IXLStyle, IEquatable<IXLStyle>
- Inherited Members
-
- Extension Methods
-
Properties
ApplyAlignment
bool ApplyAlignment { get; set; }
Property Value
- bool
ApplyBorder
bool ApplyBorder { get; set; }
Property Value
- bool
ApplyFill
bool ApplyFill { get; set; }
Property Value
- bool
ApplyFont
bool ApplyFont { get; set; }
Property Value
- bool
bool ApplyNumberFormat { get; set; }
Property Value
- bool
ApplyProtection
bool ApplyProtection { get; set; }
Property Value
- bool
Methods
CopyFrom(IXLPredefinedStyle)
void CopyFrom(IXLPredefinedStyle other)
Parameters
other IXLPredefinedStyle
CopyFrom(IXLStyle)
void CopyFrom(IXLStyle other)
Parameters
other IXLStyle
Equals(IXLPredefinedStyle)
bool Equals(IXLPredefinedStyle other)
Parameters
other IXLPredefinedStyle
Returns
- bool