Click or drag to resize

AsciiDocumentAnalysisOptionsControllerNumberFormatsToAnalyze Property

Gets or sets the collection of culture-specific number formats to analyze.

Namespace: Altaxo.Gui.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ObservableCollection<AsciiDocumentAnalysisOptionsControllerCultureInfoWrapper> NumberFormatsToAnalyze { get; set; }

Property Value

ObservableCollectionAsciiDocumentAnalysisOptionsControllerCultureInfoWrapper
Remarks
Use this property to specify which number formats, represented by their associated cultures, should be included in analysis operations. Changing this collection will notify listeners of the update.
See Also