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 アカデミー

質問する UiPath フォーラム

最新情報を取得