Class TxtFormatProvider
Represents TXT format provider.
Inheritance
System.Object
TxtFormatProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.FormatProviders.TextBased.Txt
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class TxtFormatProvider : DelimitedValuesFormatProviderBase, ITextBasedWorkbookFormatProvider, IWorkbookFormatProvider
Constructors
TxtFormatProvider()
Properties
FilesDescription
Gets the files description.
Declaration
public override string FilesDescription { get; }
Property Value
System.String
The files description. |
Overrides
Name
Gets the name.
Declaration
public override string Name { get; }
Property Value
System.String
The name of the provider. |
Overrides
Settings
Gets the settings.
Declaration
public override CsvSettings Settings { get; }
Property Value
CsvSettings
The settings. |
Overrides
SupportedExtensions
Gets the supported extensions.
Declaration
public override IEnumerable<string> SupportedExtensions { get; }
Property Value
System.Collections.Generic.IEnumerable<System.String>
The supported extensions. |