Table of Contents

Interface IXLStyle

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
public interface IXLStyle : IEquatable<IXLStyle>
Inherited Members
Extension Methods

Properties

Alignment

IXLAlignment Alignment { get; set; }

Property Value

IXLAlignment

Border

IXLBorder Border { get; set; }

Property Value

IXLBorder

DateFormat

IXLNumberFormat DateFormat { get; }

Property Value

IXLNumberFormat

Fill

IXLFill Fill { get; set; }

Property Value

IXLFill

Font

IXLFont Font { get; set; }

Property Value

IXLFont

IncludeQuotePrefix

Should the text values of a cell saved to the file be prefixed by a quote (') character? Has no effect if cell values is not a Text. Doesn't affect values during runtime, text values are returned without quote.

bool IncludeQuotePrefix { get; set; }

Property Value

bool

NumberFormat

IXLNumberFormat NumberFormat { get; set; }

Property Value

IXLNumberFormat

Protection

IXLProtection Protection { get; set; }

Property Value

IXLProtection

Methods

SetIncludeQuotePrefix(bool)

IXLStyle SetIncludeQuotePrefix(bool includeQuotePrefix = true)

Parameters

includeQuotePrefix bool

Returns

IXLStyle