LoadOptionsRegion Property |
Gets or sets the system regional settings based on CountryCode at the time the file was loaded.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic CountryCode Region { get; set; }
Public Property Region As CountryCode
Get
Set
public:
property CountryCode Region {
CountryCode get ();
void set (CountryCode value);
}
member Region : CountryCode with get, set
Property Value
Type:
CountryCode
RemarksIf you do not want to use the region saved in the file,
please reset it after reading the file.
See Also