Spread WinForms 15
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

Property Value

A string value represents the subject.
See Also