Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DocumentProperties Class / GetKeywords Method


In This Topic
    GetKeywords Method
    In This Topic
    Gets the keywords.
    Syntax
    'Declaration
     
    
    Public Function GetKeywords() As String
    'Usage
     
    
    Dim instance As DocumentProperties
    Dim value As String
     
    value = instance.GetKeywords()
    public string GetKeywords()
    See Also