Dela via


FormTable.Cells Property

Definition

Overloads

Cells

A list of cells contained in this table.

Cells

Source:
FormTable.cs

A list of cells contained in this table.

public System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormTableCell> Cells { get; }
member this.Cells : System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormTableCell>
Public ReadOnly Property Cells As IReadOnlyList(Of FormTableCell)

Property Value

Applies to