Text Options Extensions.With Column Headers<T> Method
Returns an options object with the ColumnHeaders
property changed to the specified value.
Definition
Namespace: Extreme.Data
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
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