Show / Hide Table of Contents

Class FormattingCellAlignment

Inheritance
System.Object
CellAlignment
FormattingCellAlignment
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 FormattingCellAlignment : CellAlignment

Properties

HorizontalAlignment

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

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

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