Text Options Extensions.With Column Headers<T> Method
Returns an options object with the ColumnHeaders
property changed to the specified value.
Definition
Namespace: Numerics.NET.Data
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
C#
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.3
public static T WithColumnHeaders<T>(
this T options,
bool columnHeaders
)
where T : TextOptions
Parameters
- options T
- The TextOptions object to start from.
- columnHeaders Boolean
- The new value for the ColumnHeaders property.
Type Parameters
- T