[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBuiltInDocumentPropertyCollection.ContentType

ContentType Property

ContentType

Gets or sets the content type of the document.

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

The content type of the document.

Examples
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.ContentType = "Monthly Report";
string contentType = properties.ContentType;