Show / Hide Table of Contents

Class RowRange

An object representing a range of table rows by the first and last row index (inclusive).

Inheritance
System.Object
RowRange
Namespace: Deephaven.OpenAPI.Client
Assembly: DeephavenOpenAPI.dll
Syntax
public class RowRange : object

Constructors

RowRange(Int64, Int64)

Declaration
public RowRange(long first, long last)
Parameters
Type Name Description
System.Int64 first
System.Int64 last

Properties

First

Declaration
public long First { get; }
Property Value
Type Description
System.Int64

Last

Declaration
public long Last { get; }
Property Value
Type Description
System.Int64
Back to top Generated by DocFX