[]
Represents all style settings of the cell.
public struct StyleFormat : IEquatable<StyleFormat>
Public Structure StyleFormat
Implements IEquatable(Of StyleFormat)
| Name | Description |
|---|---|
| Empty | A StyleFormat value represents empty style formatting. |
| Name | Description |
|---|---|
| Alignment | Gets or sets the alignment formatting. |
| Applyment | Gets or sets a boolean value indicating which formatting should be applied. |
| Border | Gets or sets the border formatting. |
| Fill | Gets or sets the fill formatting. |
| Font | Gets or sets the font formatting. |
| GradientFillEffect | Gets or sets the gradient fill formatting. |
| NumberFormat | Gets or sets the number formatting. |
| NumberFormatCode | Gets or sets the number formatting code. |
| Protection | Gets or sets the protection formatting. |
| QuotePrefix | Gets a value indicating whether the quote prefix is marked. |
| Name | Description |
|---|---|
| Equals(StyleFormat) | 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. |
| GetFormatter(IWorkbook, CultureInfo) | Gets the formatter. |
| GetHashCode() | Returns a hash code for this instance. |
| IsEmpty() | Determines whether this StyleFormat is empty. |
| IsNormalStyle() | Determines whether this StyleFormat is same as Normal style. |
| ScaleFont(double) | Scales the font by the specified scale factor. |