Style {Microsoft.VisualBasic.MIME.Office.Excel.XLSX.Writer} | .NET clr documentation |
Class representing a Style with sub classes within a style sheet. An instance of this class is only a container for the different sub-classes. These sub-classes contain the actual styling information
# namespace Microsoft.VisualBasic.MIME.Office.Excel.XLSX.Writer
export class Style extends AbstractStyle {
# Gets or sets the current Border object of the style
CurrentBorder: Border;
# Gets or sets the current CellXf object of the style
CurrentCellXf: CellXf;
# Gets or sets the current Fill object of the style
CurrentFill: Fill;
# Gets or sets the current Font object of the style
CurrentFont: Font;
# Gets or sets the current NumberFormat object of the style
CurrentNumberFormat: NumberFormat;
InternalID: Nullable`1;
# Gets a value indicating whether IsInternalStyle
# Gets whether the style is system internal. Such styles are not meant to be altered
IsInternalStyle: boolean;
# Gets or sets the name of the informal style. If not defined, the automatically calculated hash will be used as name
Name: string;
}
CurrentBorder
: BorderCurrentCellXf
: CellXfCurrentFill
: FillCurrentFont
: FontCurrentNumberFormat
: NumberFormatInternalID
: Nullable`1