Message-ID: <96772528.9919.1711706817755.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9918_686147674.1711706817755" ------=_Part_9918_686147674.1711706817755 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Font.Name

Font.Name

Description

Sets or returns the name of the font (e.g., "Arial"). The = font must be available on the client's system for Excel to use it; if it is= not available, Excel will use a default font.=20
C#
=20
public System.String Name{ get; set; }
=20
=20
vb.net
=20
Public Property Name() As String
=20

Examples

=20
C#
=20
          //--- Get Name
          string fontName =3D fnt.Name;

          //--- Set Name
          fnt.Name =3D "Times New Roman";
        
=20
vb.net
=20
          '--- Get Name
          Dim fontName As String =3D fnt.Name

          '--- Set Name
          fnt.name =3D "Times New Roman"
        
=20

------=_Part_9918_686147674.1711706817755--