[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBuiltInDocumentPropertyCollection.Keywords

Keywords Property

Keywords

Gets or sets the document keywords.

Declaration
string Keywords { get; set; }
Property Keywords As String
Property Value
Type Description
string

The document keywords.

Examples
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.Keywords = "Budget, Forecast, Sales";
string keywords = properties.Keywords;