Gets or sets a value indicating whether the format collections will be reset after a change in the locale.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool AutoResetFormats { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutoResetFormats As Boolean |
true if the format collection should reset to the default when the locale is changed; otherwise, false. The default is true.
See Also