Table of Contents

Struct XLAlignmentKey

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
public struct XLAlignmentKey : IEquatable<XLAlignmentKey>
Implements
Inherited Members
Extension Methods

Properties

Horizontal

public XLAlignmentHorizontalValues Horizontal { readonly get; set; }

Property Value

XLAlignmentHorizontalValues

Indent

public int Indent { readonly get; set; }

Property Value

int

JustifyLastLine

public bool JustifyLastLine { readonly get; set; }

Property Value

bool

ReadingOrder

public XLAlignmentReadingOrderValues ReadingOrder { readonly get; set; }

Property Value

XLAlignmentReadingOrderValues

RelativeIndent

public int RelativeIndent { readonly get; set; }

Property Value

int

ShrinkToFit

public bool ShrinkToFit { readonly get; set; }

Property Value

bool

TextRotation

public int TextRotation { readonly get; set; }

Property Value

int

TopToBottom

public bool TopToBottom { readonly get; set; }

Property Value

bool

Vertical

public XLAlignmentVerticalValues Vertical { readonly get; set; }

Property Value

XLAlignmentVerticalValues

WrapText

public bool WrapText { readonly get; set; }

Property Value

bool

Methods

Equals(XLAlignmentKey)

public bool Equals(XLAlignmentKey other)

Parameters

other XLAlignmentKey

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

operator ==(XLAlignmentKey, XLAlignmentKey)

public static bool operator ==(XLAlignmentKey left, XLAlignmentKey right)

Parameters

left XLAlignmentKey
right XLAlignmentKey

Returns

bool

operator !=(XLAlignmentKey, XLAlignmentKey)

public static bool operator !=(XLAlignmentKey left, XLAlignmentKey right)

Parameters

left XLAlignmentKey
right XLAlignmentKey

Returns

bool