| Cell | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe CellStyle type exposes the following members.
 Constructors
Constructors Properties
Properties| Name | Description | |
|---|---|---|
|  | AdjustToSize | Gets or sets a value indicating whether the content size should be adjusted to the cell size. | 
|  | Borders | Gets or sets cell borders. | 
|  | Fill | Get or sets fill pattern style. | 
|  | Font | Gets or sets font settings. | 
|  | HorizontalAlignment | Gets or sets horizontal alignment style. | 
|  | Indentation | Gets or sets cell data indentation style. | 
|  | IsDefault | Returns true if cell style is default; otherwise, false. | 
|  | IsTextVertical | Gets or sets the vertical display style of the text in the cell. | 
|  | Locked | Gets or sets if the cell is locked (protected). | 
|  | NumberFormat | Gets or sets the string value that will be used to format and display the contents of the cell. | 
|  | Rotation | Gets or sets cell data rotation style (counterclockwise). | 
|  | VerticalAlignment | Gets or sets vertical alignment style. | 
|  | WrapText | Gets or sets if the text is wrapped. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object) | 
|  | GetType | Gets the Type of the current instance. (Inherited from Object) | 
|  | ToString | Returns a string that represents the current object. (Inherited from Object) | 
 Remarks
Remarks See Also
See Also