Show / Hide Table of Contents

Class FormattableCellAlignment

Inheritance
System.Object
CellAlignment
FormattableCellAlignment
Inherited Members
CellAlignment.DefaultTextRotation
CellAlignment.DefaultHorizontalCellAlignment
CellAlignment.JustifyLastLine
CellAlignment.Equals(Object)
CellAlignment.Equals(CellAlignment)
CellAlignment.GetHashCode()
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class FormattableCellAlignment : CellAlignment

Properties

HorizontalAlignment

Get or set the horizontal alignment of the cell.

Declaration
public override HorizontalCellAlignment HorizontalAlignment { get; set; }
Property Value
Type Description
HorizontalCellAlignment
Overrides
CellAlignment.HorizontalAlignment

Indentation

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

IsVertical

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

Orientation

Gets the angle of the rotation for the text

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

ShrinkToFit

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

TextDirection

Declaration
public override TextDirection TextDirection { get; set; }
Property Value
Type Description
TextDirection
Overrides
CellAlignment.TextDirection

VerticalAlignment

Get or set the vertical alignment of the cell.

Declaration
public override VerticalCellAlignment VerticalAlignment { get; set; }
Property Value
Type Description
VerticalCellAlignment
Overrides
CellAlignment.VerticalAlignment

WrapText

Declaration
public override bool WrapText { get; set; }
Property Value
Type Description
System.Boolean
Overrides
CellAlignment.WrapText
Back to top Generated by DocFX