LoadOptions.Region

LoadOptions.Region property

Gets or sets the system regional settings based on CountryCode at the time the file was loaded.

public CountryCode Region { get; set; }

Remarks

If you do not want to use the region saved in the file, please reset it after reading the file.

See Also