Click or drag to resize

RangeOfRowIndicesFromStartAndEndInclusive Method

[Missing <summary> documentation for "M:Altaxo.Data.Selections.RangeOfRowIndices.FromStartAndEndInclusive(System.Int32,System.Int32)"]


Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static RangeOfRowIndices FromStartAndEndInclusive(
	int start,
	int endInclusive
)

Parameters

start  Int32

[Missing <param name="start"/> documentation for "M:Altaxo.Data.Selections.RangeOfRowIndices.FromStartAndEndInclusive(System.Int32,System.Int32)"]

endInclusive  Int32

[Missing <param name="endInclusive"/> documentation for "M:Altaxo.Data.Selections.RangeOfRowIndices.FromStartAndEndInclusive(System.Int32,System.Int32)"]

Return Value

RangeOfRowIndices

[Missing <returns> documentation for "M:Altaxo.Data.Selections.RangeOfRowIndices.FromStartAndEndInclusive(System.Int32,System.Int32)"]

See Also