LoadOptionsCultureInfo Property |
Gets or sets the system culture info 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 CultureInfo CultureInfo { get; set; }
Public Property CultureInfo As CultureInfo
Get
Set
public:
property CultureInfo^ CultureInfo {
CultureInfo^ get ();
void set (CultureInfo^ value);
}
member CultureInfo : CultureInfo with get, set
Property Value
Type:
CultureInfo
See Also