XlFormatting Properties
Serves as a base for the XlCellFormatting class and provides properties to change cell format settings.| Name | Description |
|---|---|
| Alignment | Gets or sets alignment options to be applied to the cell content. |
| Border | Gets or sets border settings to be applied to a cell. |
| Fill | Gets or sets fill settings to be applied to the cell background. |
| Font | Gets or sets font settings to be applied to the cell content. |
| IsDateTimeFormatString | Gets or sets a value indicating whether the format string assigned to the XlFormatting.NetFormatString property is a date and time format string. |
| NetFormatString | Gets or sets the .NET-style format string that specifies how a numeric value should be displayed in a cell. |
| NumberFormat | Gets or sets an MS Excel-style number format that specifies how a numeric value should be displayed in a cell. |
See Also