font {Microsoft.VisualBasic.MIME.Office.Excel.XLSX.XML.xl} .NET clr documentation

font

Description

Font style in Xlsx

Declare

            
# namespace Microsoft.VisualBasic.MIME.Office.Excel.XLSX.XML.xl
export class font {
   b: Flag;
   charset: StringValue;
   color: ColorValue;
   family: StringValue;
   i: Flag;
   name: StringValue;
   scheme: StringValue;
   sz: StringValue;
   u: Flag;
}

        

.NET clr type reference tree

  1. use by property member b: Flag
  2. use by property member charset: StringValue
  3. use by property member color: ColorValue
  4. use by property member family: StringValue
  5. use by property member i: Flag
  6. use by property member name: StringValue
  7. use by property member scheme: StringValue
  8. use by property member sz: StringValue
  9. use by property member u: Flag

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