XlCellAlignment Members
In This Article
#Constructors
Name | Description |
---|---|
Xl |
Initializes a new instance of the Xl |
#Properties
Name | Description |
---|---|
Horizontal |
Gets or sets the horizontal alignment of the cell content. |
Indent | Gets or sets the cell content indention from the cell edge depending on the applied horizontal alignment. |
Justify |
Gets or sets a value indicating whether the justified or distributed alignment should be applied to the last line of the cell text. |
Reading |
Gets or sets the reading order for text in a cell. |
Relative |
Reserved for future use. Gets or sets the additional indent value to add some extra space between the cell content and the cell edge. |
Shrink |
Gets or sets a value indicating whether the font size of the cell text should be automatically adjusted to fit the cell width. |
Text |
Gets or sets the rotation angle of the cell content. |
Vertical |
Gets or sets the vertical alignment of the cell content. |
Wrap |
Gets or sets a value indicating whether the text contained in a cell should be wrapped into multiple lines. |
#Methods
Name | Description |
---|---|
Clone() |
Creates a copy of the current Xl |
Copy |
Copies the appropriate properties of the specified object into the current instance of the Xl |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current Xl |
From |
Creates the Xl |
Get |
Gets the hash code (a number) that corresponds to the value of the current Xl |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also