Show / Hide Table of Contents

Class RowRangeSet

An object representing a set of row ranges, each of which has a first and last row index (inclusive).

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

Constructors

RowRangeSet(RowRange[])

Declaration
public RowRangeSet(params RowRange[] rowRanges)
Parameters
Type Name Description
RowRange[] rowRanges

Properties

Count

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

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Back to top Generated by DocFX