UiPath Documentation
activities
latest
false
Activités Document Understanding
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être 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.

Définition

  • Espace de noms : UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • Assemblage : UiPath.DocumentProcessing.Contracts
  • Inherits: ResultsValueFacadeBase

Description

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.

Membres

Constructeurs

ConstructeurDescription
TableRow(ResultsValue value)Initializes a new instance wrapping the specified row value.

Propriétés

PropriétéSaisie de texteDescription
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éthodes

MethodRetoursDescription
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.

  • Définition
  • Description
  • Membres
  • Constructeurs
  • Propriétés
  • Méthodes
  • Inherited members

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour