Represents the options available when reading and writing
fixed-width text files.
SystemObject Extreme.DataTextOptions Extreme.Data.TextFixedWidthTextOptions
Namespace:
Extreme.Data.Text
Assembly:
Extreme.Data (in Extreme.Data.dll) Version: 3.1.0
public sealed class FixedWidthTextOptions : TextOptions
Public NotInheritable Class FixedWidthTextOptions
Inherits TextOptions
public ref class FixedWidthTextOptions sealed : public TextOptions
[<SealedAttribute>]
type FixedWidthTextOptions =
class
inherit TextOptions
end
The FixedWidthTextOptions type exposes the following members.
| Name | Description |
---|
 | FixedWidthTextOptions(Int32, IFormatProvider, Boolean, Boolean, Int32, Type, Int32) |
Constructs a new FixedWidthTextOptions object.
|
 | FixedWidthTextOptions(Int32, IFormatProvider, Boolean, Boolean, Int32, Type, Int32, AutoCategorization, Int32) |
Constructs a new FixedWidthTextOptions object.
|
Top
Top
| Name | Description |
---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | GetColumnBreaks |
Returns an array containing the positions of the column breaks.
|
 | GetExcludedColumns |
Returns an array containing the indexes of the columns that are excluded from the matrix.
(Inherited from TextOptions.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | SetExcludedColumns |
Sets the columns that are to be excluded from the matrix.
(Inherited from TextOptions.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | WithColumnBreaks |
Returns an options object with the specified positions of the column breaks.
|
Top
Reference