Link Search Menu Expand Document

TableRowItem Property

Gets the element row with the specified key.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public TableElement this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
The key of the element to get.

Return Value

Type: TableElement
The Bytescout.PDF.TableElement with the specified key.
See Also

Reference