[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IBuiltInDocumentPropertyCollection.Language

Language Property

Language

Gets or sets the document's language.

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

The document language.

Examples
IBuiltInDocumentPropertyCollection properties = workbook.BuiltInDocumentProperties;
properties.Language = "en-US";
string language = properties.Language;