Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / Workbook Class / Culture Property
In This Topic
    Culture Property (Workbook)
    In This Topic
    [Init-only] Gets or sets culture for the workbook. The culture must contain both country/region and language.
    Syntax
    public System.Globalization.CultureInfo Culture {get; set;}
    Remarks
    This property must be set within the initialization expression of the workbook instance.
    See Also