[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBuiltInDocumentPropertyCollection.Subject

Subject Property

Subject

Gets or sets the subject of the document.

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

The subject of the document.

Examples
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.Subject = "Quarterly Sales Report";
string subject = properties.Subject;