Class CellAlignment
Inheritance
System.Object
CellAlignment
Assembly: DRIT.Spreadsheet.dll
Syntax
public class CellAlignment : object
Fields
DefaultHorizontalCellAlignment
Declaration
public const HorizontalCellAlignment DefaultHorizontalCellAlignment = HorizontalCellAlignment.General
Field Value
DefaultTextRotation
Declaration
public const int DefaultTextRotation = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
HorizontalAlignment
Declaration
public virtual HorizontalCellAlignment HorizontalAlignment { get; set; }
Property Value
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
VerticalAlignment
Declaration
public virtual VerticalCellAlignment VerticalAlignment { get; set; }
Property Value
WrapText
Declaration
public virtual bool WrapText { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Equals(CellAlignment)
Declaration
public bool Equals(CellAlignment other)
Parameters
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 |
|