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


In This Topic
    Keywords Property
    In This Topic
    Gets the list of keywords associated with the document.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Keywords As List(Of String)
    'Usage
     
    
    Dim instance As DocumentProperties
    Dim value As List(Of String)
     
    value = instance.Keywords
    public List<string> Keywords {get;}

    Property Value

    A string value represents the list of keywords.
    See Also