GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    FixedWidthColumn Class

    Namespace:
    GemBox.Spreadsheet
    Assembly:
    GemBox.Spreadsheet.dll

    Class that represents column in Fixed-Width Text format.

    • C#
    • VB.NET
    public sealed class FixedWidthColumn
    Public NotInheritable Class FixedWidthColumn
    Inheritance:
    System.Object
    FixedWidthColumn

    Constructors

    FixedWidthColumn(Int32)

    Initializes a new instance of the FixedWidthColumn class.

    • C#
    • VB.NET
    public FixedWidthColumn(int width)
    Public Sub New(width As Integer)
    Parameters
    width
    System.Int32

    The column width.

    Properties

    LoadConverter

    Gets or sets the converter for converting value from file to ExcelCell value when loading from Fixed-Width Text file.

    • C#
    • VB.NET
    public Converter<string, object> LoadConverter { get; set; }
    Public Property LoadConverter As Converter(Of String, Object)
    Property Value
    System.Converter<System.String, System.Object>

    SaveConverter

    Gets or sets the converter for converting ExcelCell value to text when saving to Fixed-Width Text file.

    • C#
    • VB.NET
    public Converter<object, string> SaveConverter { get; set; }
    Public Property SaveConverter As Converter(Of Object, String)
    Property Value
    System.Converter<System.Object, System.String>

    Width

    Gets or sets a value that represents column width.

    • C#
    • VB.NET
    public int Width { get; set; }
    Public Property Width As Integer
    Property Value
    System.Int32
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.