Click or drag to resize

RangeOfRowIndicesFromStartAndCount Method

[Missing <summary> documentation for "M:Altaxo.Data.Selections.RangeOfRowIndices.FromStartAndCount(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 IRowSelection FromStartAndCount(
	int start,
	int count
)

Parameters

start  Int32

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

count  Int32

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

Return Value

IRowSelection

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

See Also