Click or drag to resize

Workbook CultureInfo Property

Gets or sets the culture information used for formatting and parsing. This setting is equivalent to setting the editing language of Excel.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CultureInfo CultureInfo { get; set; }

Property Value

Type: CultureInfo
See Also