[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.DocumentProperties.Subject

Subject Property

Subject

Gets or sets the subject of the document.

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

The subject of the document.

Examples
DocumentProperties properties = new DocumentProperties();
properties.Subject = "Quarterly Sales Summary";
string subject = properties.Subject;