Text Options Extensions.With Start Row<T> Method
Returns an options object with the StartRow
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 WithStartRow<T>(
this T options,
int startRow
)
where T : TextOptions
Parameters
- options T
- The TextOptions object to start from.
- startRow Int32
- The new value for the StartRow property.
Type Parameters
- T