ClassTxtFormatProvider
Imports and exports workbooks in tab-delimited text (.txt) format with tab as the default delimiter.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.FormatProviders.TextBased.Txt
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class TxtFormatProvider : DelimitedValuesFormatProviderBase, ITextBasedWorkbookFormatProvider, IWorkbookFormatProvider
Inheritance: objectWorkbookFormatProviderBaseTextBasedWorkbookFormatProviderBaseDelimitedValuesFormatProviderBaseTxtFormatProvider
Implements:
Inherited Members
Constructors
TxtFormatProvider()
Initializes a new instance of the TxtFormatProvider class with tab character (\t) as the delimiter.
Declaration
public TxtFormatProvider()
Properties
FilesDescription
Gets the human-readable file type description "Text (Tab delimited)" for use in file dialogs.
Declaration
public override string FilesDescription { get; }
Property Value
The files description.
Overrides
Name
Gets the unique identifier name "TxtFormatProvider" for this format provider.
Declaration
public override string Name { get; }
Property Value
The name of the provider.
Overrides
Settings
Gets the configuration settings with tab delimiter and other options for text file import and export.
Declaration
public override CsvSettings Settings { get; }
Property Value
The settings.
Overrides
SupportedExtensions
Gets the collection of supported file extensions (".txt") for tab-delimited text format.
Declaration
public override IEnumerable<string> SupportedExtensions { get; }
Property Value
IEnumerable<string>
The supported extensions.
Overrides