UiPath Documentation
activities
latest
false
Document Understanding アクティビティ
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

TableRow Class

TableRow facade in the V1 navigator for a single table row, providing access to its cells by column index or column lookup.

定義

  • 名前空間: UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • アセンブリ: UiPath.DocumentProcessing.Contracts
  • Inherits: ResultsValueFacadeBase

説明

TableRow is a facade for a single row of a table value. It wraps a ResultsValue and provides access to the row's cells as BasicDataPoint objects, by column index or by column lookup.

A TableRow is typically obtained from the Rows property or GetRow(...) method of TableValue.

メンバー

コンストラクター

コンストラクター説明
TableRow(ResultsValue value)Initializes a new instance wrapping the specified row value.

プロパティ

プロパティ入力説明
CellsBasicDataPoint[]All cells of the row. Read-only.
this[int columnIndex]BasicDataPointThe cell at the specified column index, through indexer syntax. Read-only.
this[string columnLookup]BasicDataPointThe cell at the specified column lookup, through indexer syntax. Read-only.

メソッド

メソッド戻り値説明
GetCell(int columnIndex)BasicDataPointReturns the cell at the specified column index.
GetCell(string columnLookup)BasicDataPointReturns the cell matching the specified column lookup.

Inherited members

Confidence, content reference, derived fields, and validator properties (Confidence, OcrConfidence, OperatorConfirmed, Reference, DerivedFields, ValidatorNotes, ValidatorNotesInfo) and GetRawResultsValue() are inherited from ResultsValueFacadeBase. Column lookups follow the resolution rules in FieldLookupBase.

  • 定義
  • 説明
  • メンバー
  • コンストラクター
  • プロパティ
  • メソッド
  • Inherited members

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得