SpreadsheetGear 2023
Subject Property (IBuiltinDocumentProperties)


SpreadsheetGear Namespace > IBuiltinDocumentProperties Interface : Subject Property
Gets or sets the built-in subject property which is named "Subject". If null is returned the property is undefined. Setting this property to null has the same effect as calling IDocumentProperty.Delete on the associated document property.
Syntax
'Declaration
 
Property Subject As System.String
'Usage
 
Dim instance As IBuiltinDocumentProperties
Dim value As System.String
 
instance.Subject = value
 
value = instance.Subject
System.string Subject {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IBuiltinDocumentProperties Interface
IBuiltinDocumentProperties Members
Count Property
IDocumentProperties.Item
Add Method
Value Property