Show / Hide Table of Contents

Class CellAlignment

Inheritance
System.Object
CellAlignment
FormattableCellAlignment
FormattingCellAlignment
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class CellAlignment : object

Fields

DefaultHorizontalCellAlignment

Declaration
public const HorizontalCellAlignment DefaultHorizontalCellAlignment = HorizontalCellAlignment.General
Field Value
Type Description
HorizontalCellAlignment

DefaultTextRotation

Declaration
public const int DefaultTextRotation = null
Field Value
Type Description
System.Int32

Properties

HorizontalAlignment

Declaration
public virtual HorizontalCellAlignment HorizontalAlignment { get; set; }
Property Value
Type Description
HorizontalCellAlignment

Indentation

Declaration
public virtual int Indentation { get; set; }
Property Value
Type Description
System.Int32

IsVertical

Declaration
public virtual bool IsVertical { get; set; }
Property Value
Type Description
System.Boolean

JustifyLastLine

Declaration
public virtual bool JustifyLastLine { get; set; }
Property Value
Type Description
System.Boolean

Orientation

Declaration
public virtual int Orientation { get; set; }
Property Value
Type Description
System.Int32

ShrinkToFit

Declaration
public virtual bool ShrinkToFit { get; set; }
Property Value
Type Description
System.Boolean

TextDirection

Declaration
public virtual TextDirection TextDirection { get; set; }
Property Value
Type Description
TextDirection

VerticalAlignment

Declaration
public virtual VerticalCellAlignment VerticalAlignment { get; set; }
Property Value
Type Description
VerticalCellAlignment

WrapText

Declaration
public virtual bool WrapText { get; set; }
Property Value
Type Description
System.Boolean

Methods

Equals(CellAlignment)

Declaration
public bool Equals(CellAlignment other)
Parameters
Type Name Description
CellAlignment other
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Back to top Generated by DocFX