Back to Devexpress

DocumentProperties.Category Property

officefileapi-devexpress-dot-spreadsheet-dot-documentproperties-037684ca.md

latest1.8 KB
Original Source

DocumentProperties.Category Property

Gets or sets the categorization of the document content.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
string Category { get; set; }
vb
Property Category As String

Property Value

TypeDescription
String

A String value that specifies the category name.

|

Remarks

The Category property allows you to specify one of the predefined document properties, a full set of which is available by using the IWorkbook.DocumentProperties property. To specify the custom document properties, use the DocumentProperties.Custom property.

To clear the Category property, set it to an empty string.

Important

The Category property string is limited in length to 255 characters.

See Also

DocumentProperties

Custom

DocumentProperties Interface

DocumentProperties Members

DevExpress.Spreadsheet Namespace