UiPath Documentation
activities
latest
false
Document Understanding activities

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

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.

Members

Constructors

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

Properties

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

Methods

MethodReturnsDescription
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
  • Description
  • Members
  • Constructors
  • Properties
  • Methods
  • Inherited members

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated