FlatFileColumn.MaximumWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum number of bytes to be read from the buffer.
public:
property int MaximumWidth { int get(); void set(int value); };
public int MaximumWidth { get; set; }
member this.MaximumWidth : int with get, set
Public Property MaximumWidth As Integer
Property Value
An Integer that contains the maximum number of bytes to be read from the buffer.
Remarks
Specify 0 for no limit.