Style {Microsoft.VisualBasic.MIME.Office.Excel.XLSX.Writer} .NET clr documentation

Style

Description

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

Declare

            
# 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;
}

        

.NET clr type reference tree

  1. this class extends from AbstractStyle class: AbstractStyle
  2. use by property member CurrentBorder: Border
  3. use by property member CurrentCellXf: CellXf
  4. use by property member CurrentFill: Fill
  5. use by property member CurrentFont: Font
  6. use by property member CurrentNumberFormat: NumberFormat
  7. use by property member InternalID: Nullable`1

[Package {$package} version {$version} Index]