Click or drag to resize

PFExcelDataExporter_SettingsSelectedSources Property

Gets the selected data sources.

Namespace:  Packflow.Interface.Office
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public List<PFExcelDataExporter_Source> SelectedSources { get; }

Property Value

Type: ListPFExcelDataExporter_Source
The selected sources.
See Also