Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DocumentProperties Class / Subject Property


In This Topic
    Subject Property
    In This Topic
    Gets or sets the subject associated with the document.
    Syntax
    'Declaration
     
    
    Public Property Subject As String
    'Usage
     
    
    Dim instance As DocumentProperties
    Dim value As String
     
    instance.Subject = value
     
    value = instance.Subject
    public string Subject {get; set;}

    Property Value

    A string value represents the subject.
    See Also