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