Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DocumentProperties Class / Creators Property


In This Topic
Creators Property
In This Topic
Gets the list of creator names associated with the document.
Syntax
'Declaration
 
Public ReadOnly Property Creators As List(Of String)
 
'Usage
 
Dim instance As DocumentProperties
Dim value As List(Of String)
 
value = instance.Creators

Property Value

A List<string> object represents the list of creator names.
See Also