[]
        
Represents the alignment settings.
public struct Alignment : IEquatable<Alignment>
  Public Structure Alignment
    Implements IEquatable(Of Alignment)
  | Name | Description | 
|---|---|
| DownwardText | A constant integer value represent the downward text.  | 
      
| Empty | Represents an empty Alignment value.  | 
      
| HorizontalText | A constant integer value represent the horizontal text.  | 
      
| UpwardText | A constant integer value represent the upward text.  | 
      
| VerticalText | A constant integer value represent the vertical text.  | 
      
| Name | Description | 
|---|---|
| HAlignment | Gets or sets the type of horizontal alignment in cells.  | 
      
| Indent | Gets or sets the number of spaces (of the normal style font) of indentation for text in a cell.  | 
      
| JustifyLastLine | Gets or sets a value indicating if the cells justified or distributed alignment should be used on the last line of text.  | 
      
| ReadingOrder | Gets or sets the reading order (bidirectionality) of the cell.  | 
      
| RelativeIndent | Gets or sets the additional number of spaces of indentation to adjust for text in a cell.  | 
      
| ShrinkToFit | Gets or sets a value indicating whether the displayed text in the cell should be shrunk to fit the cell width.  | 
      
| TextRotation | Gets or sets the text rotation in cells.  | 
      
| VAlignment | Gets or sets the type of vertical alignment in cells.  | 
      
| WrapText | Gets or sets a value indicating whether the text is wrappable.  | 
      
| Name | Description | 
|---|---|
| Equals(Alignment) | Indicates whether the current object is equal to another object of the same type.  | 
      
| Equals(object) | Determines whether the specified object is equal to this instance.  | 
      
| GetHashCode() | Returns a hash code for this instance.  | 
      
| IsEmpty() | Determines whether this Alignment is empty.  | 
      
| IsSet(AlignmentAttributes) | Determines whether the specified attribute(s) is set.  | 
      
| Reset(AlignmentAttributes) | Resets the specified attribute(s).  | 
      
| Set(AlignmentAttributes) | Sets the specified attribute.  |