Class ProtoTableRow
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
headerPathstring[]
Property Value
RowNumber
public int RowNumber { get; }