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

DocumentProperties.Category

Description

Sets or returns the category of the spreadsheet. The category proper= ty can be used to search for an Excel file.=20
C#
=20
<p> public System.String Category{ get; s=
et; }</p>
=20
=20
vb.net
=20
<p>Public Property Category() As String<=
;/p>
=20

Examples

=20
C#
=20
          //--- Get Category
          string category =3D docProps.Category;

          //--- Set Category
          docProps.Category =3D "Sales Reports";
        
=20
vb.net
=20
          '--- Get Category
          Dim category As String =3D docProps.Category

          '--- Set Category
          docProps.Category =3D "Sales Reports"
        
=20

------=_Part_2124_1303193531.1710817644862--