UiPath Documentation
activities
latest
false
Document Understanding 活动
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

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.

定义

  • 命名空间: UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • 程序集: UiPath.DocumentProcessing.Contracts
  • Inherits: ResultsValueFacadeBase

描述

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.

成员

构造函数

构造函数描述
TableValue(ResultsValue value)Initializes a new instance wrapping the specified table value.

属性

属性类型描述
RowsTableRow[]All rows of the table. Read-only.
this[int rowIndex]TableRowThe row at the specified index, through indexer syntax. Read-only.

方法

方法返回描述
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.

  • 定义
  • 描述
  • 成员
  • 构造函数
  • 属性
  • 方法
  • Inherited members

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新