Winnovative Excel Library

ExcelCellAlignment Class

Winnovative Excel Library Documentation
Represents the alignment style options of the text in a cell.
Inheritance Hierarchy

SystemObject
  Winnovative.ExcelLibExcelCellAlignment

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public class ExcelCellAlignment

The ExcelCellAlignment type exposes the following members.

Properties

  NameDescription
Public propertyDirection
Gets or sets the direction of the text in cells.
Public propertyHorizontalAlignment
Gets or sets the horizontal alignment of the text in cells.
Public propertyIndent
Gets or sets the indent level of the cell. Each increment in the Indent is equivalent to the width of one character.
Public propertyOrientation
Gets or sets the orientation of the cell text as a value between -90 and 90 degrees. 90 means the content is rotated 90 degrees counter-clockwise. -90 means the content is rotated 90 degrees clockwise. 0 means the content is not rotated. Default value is 0.
Public propertyShrinkToFit
Gets or sets a value to indicate if the text automatically shrinks to fit in the available column width. When true the text can shrink. Default value is false.
Public propertyVerticalAlignment
Gets or sets the vertical alignment of the text in cells.
Public propertyWrapText
Indicates if the Excel viewer will wrap the cell text
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference