UiPath Documentation
activities
latest
false
Document Understanding-Aktivitäten
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

TableValue Class

TableValue facade in the V1 navigator for a table value, providing access to rows and cells and methods to add, insert, or remove rows.

Definition

  • Namespace: UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • Assembly: UiPath.DocumentProcessing.Contracts
  • Inherits: ResultsValueFacadeBase

Beschreibung

TableValue is a facade for the value of a table field. It wraps a ResultsValue and provides access to the table's rows as TableRow objects and to individual cells as BasicDataPoint or BasicValue objects.

A TableValue is typically obtained from TableDataPoint or from GetTableValue(...) on ComponentCollectionFacade.

Mitglieder

Konstruktoren

KonstruktorBeschreibung
TableValue(ResultsValue value)Initializes a new instance wrapping the specified table value.

Eigenschaften

EigenschaftenTypBeschreibung
RowsTableRow[]All rows of the table. Read-only.
this[int rowIndex]TableRowThe row at the specified index, through indexer syntax. Read-only.

Methoden

MethodGibt zurückBeschreibung
GetRow(int rowIndex)TableRowReturns the row at the specified index.
GetCell(int rowIndex, int columnIndex)BasicDataPointReturns the cell at the specified row and column indices.
GetCell(int rowIndex, string columnLookup)BasicDataPointReturns the cell at the specified row and column lookup.
GetCellValue(int rowIndex, int columnIndex)BasicValueReturns the cell value at the specified row and column indices.
GetCellValue(int rowIndex, string columnLookup)BasicValueReturns the cell value at the specified row and column lookup.
AddEmptyRow(Field taxonomyField)TableRowAdds a new empty row built from the taxonomy definition and returns it.
InsertEmptyRow(int index, Field taxonomyField)TableRowInserts a new empty row built from the taxonomy definition at the specified index and returns it.
RemoveRow(int rowIndex)TableValueRemoves the row at the specified index and returns this instance for chaining.

Inherited members

Confidence, content reference, derived fields, and validator properties (Confidence, OcrConfidence, OperatorConfirmed, Reference, DerivedFields, ValidatorNotes, ValidatorNotesInfo) and GetRawResultsValue() are inherited from ResultsValueFacadeBase. The taxonomyField parameter is a Field taxonomy definition.

  • Definition
  • Beschreibung
  • Mitglieder
  • Konstruktoren
  • Eigenschaften
  • Methoden
  • Inherited members

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben