UiPath Documentation
activities
latest
false
Atividades do Document Understanding
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

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.

Definição

  • Espaço de nomes: UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • Montagem: UiPath.DocumentProcessing.Contracts
  • Inherits: ResultsValueFacadeBase

Description

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.

Membros

Construtores

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

Propriedades

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

Métodos

MétodoRetornaDescription
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.

  • Definição
  • Description
  • Membros
  • Construtores
  • Propriedades
  • Métodos
  • Inherited members

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades