UiPath Documentation
activities
latest
false
Actividades de Document Understanding
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

TableRow Class

TableRow facade in the V1 navigator for a single table row, providing access to its cells by column index or column lookup.

Definición

  • Espacio de nombres: UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • Ensamblado: UiPath.DocumentProcessing.Contracts
  • Inherits: ResultsValueFacadeBase

Descripción

TableRow is a facade for a single row of a table value. It wraps a ResultsValue and provides access to the row's cells as BasicDataPoint objects, by column index or by column lookup.

A TableRow is typically obtained from the Rows property or GetRow(...) method of TableValue.

Miembros

Constructores

ConstructorDescripción
TableRow(ResultsValue value)Initializes a new instance wrapping the specified row value.

Propiedades

PropiedadTipoDescripción
CellsBasicDataPoint[]All cells of the row. Read-only.
this[int columnIndex]BasicDataPointThe cell at the specified column index, through indexer syntax. Read-only.
this[string columnLookup]BasicDataPointThe cell at the specified column lookup, through indexer syntax. Read-only.

Métodos

MétodoDevolucionesDescripción
GetCell(int columnIndex)BasicDataPointReturns the cell at the specified column index.
GetCell(string columnLookup)BasicDataPointReturns the cell matching the specified column lookup.

Inherited members

Confidence, content reference, derived fields, and validator properties (Confidence, OcrConfidence, OperatorConfirmed, Reference, DerivedFields, ValidatorNotes, ValidatorNotesInfo) and GetRawResultsValue() are inherited from ResultsValueFacadeBase. Column lookups follow the resolution rules in FieldLookupBase.

  • Definición
  • Descripción
  • Miembros
  • Constructores
  • Propiedades
  • Métodos
  • Inherited members

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado