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


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

Property Value

A string value represents the list of categories.
See Also