Share via


FormTable.Cells Property

Definition

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