XlCellFormatting Properties
Represents the object that specifies cell format characteristics.| Name | Description |
|---|---|
| Alignment | Gets or sets alignment options to be applied to the cell content. Inherited from XlFormatting. |
| Bad static | Returns the XlCellFormatting object that provides format characteristics corresponding to the Bad MS Excel style. |
| Border | Gets or sets border settings to be applied to a cell. Inherited from XlFormatting. |
| Calculation static | Returns the XlCellFormatting object that provides format characteristics corresponding to the Calculation MS Excel style. |
| CheckCell static | Returns the XlCellFormatting object that provides format characteristics corresponding to the Check Cell MS Excel style. |
| Explanatory static | Returns the XlCellFormatting object that provides format characteristics corresponding to the Explanatory… MS Excel style. |
| Fill | Gets or sets fill settings to be applied to the cell background. Inherited from XlFormatting. |
| Font | Gets or sets font settings to be applied to the cell content. Inherited from XlFormatting. |
| Good static | Returns the XlCellFormatting object that provides format characteristics corresponding to the Good MS Excel style. |
| Heading1 static | Returns the XlCellFormatting object that provides format characteristics corresponding to the Heading 1 MS Excel style. |
| Heading2 static | Returns the XlCellFormatting object that provides format characteristics corresponding to the Heading 2 MS Excel style. |
| Heading3 static | Returns the XlCellFormatting object that provides format characteristics corresponding to the Heading 3 MS Excel style. |
| Heading4 static | Returns the XlCellFormatting object that provides format characteristics corresponding to the Heading 4 MS Excel style. |
| Hyperlink static | Returns the XlCellFormatting object that provides format characteristics corresponding to the Hyperlink MS Excel style. |
| Input static | Returns the XlCellFormatting object that provides format characteristics corresponding to the Input MS Excel style. |
| IsDateTimeFormatString | Gets or sets a value indicating whether the format string assigned to the XlFormatting.NetFormatString property is a date and time format string. Inherited from XlFormatting. |
| LinkedCell static | Returns the XlCellFormatting object that provides format characteristics corresponding to the Linked Cell MS Excel style. |
| NetFormatString | Gets or sets the .NET-style format string that specifies how a numeric value should be displayed in a cell. Inherited from XlFormatting. |
| Neutral static | Returns the XlCellFormatting object that provides format characteristics corresponding to the Neutral MS Excel style. |
| Note static | Returns the XlCellFormatting object that provides format characteristics corresponding to the Note MS Excel style. |
| NumberFormat | Gets or sets an MS Excel-style number format that specifies how a numeric value should be displayed in a cell. Inherited from XlFormatting. |
| Output static | Returns the XlCellFormatting object that provides format characteristics corresponding to the Output MS Excel style. |
| Title static | Returns the XlCellFormatting object that provides format characteristics corresponding to the Title MS Excel style. |
| Total static | Returns the XlCellFormatting object that provides format characteristics corresponding to the Total MS Excel style. |
| WarningText static | Returns the XlCellFormatting object that provides format characteristics corresponding to the Warning Text MS Excel style. |
See Also