Class ProtoTableRow

Namespace
ProtoTest.Sheets
Assembly
ProtoTest.Sheets.dll

One data row of a table, addressable by header path (or a single unambiguous segment).

public sealed class ProtoTableRow
Inheritance
ProtoTableRow
Inherited Members
Extension Methods

Properties

this[string[]]

Reads the cell under the header path.

public ProtoCell this[params string[] headerPath] { get; }

Parameters

headerPath string[]

Property Value

ProtoCell

RowNumber

public int RowNumber { get; }

Property Value

int