[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBuiltInDocumentPropertyCollection.Category

Category Property

Category

Gets or sets the category of the document.

Declaration
string Category { get; set; }
Property Category As String
Property Value
Type Description
string

The category of the document.

Examples
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.Category = "Finance";
string category = properties.Category;