你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Notebook.Cells 属性

定义

当前笔记本的单元格数组。

public System.Collections.Generic.IList<Azure.Analytics.Synapse.Artifacts.Models.NotebookCell> Cells { get; }
member this.Cells : System.Collections.Generic.IList<Azure.Analytics.Synapse.Artifacts.Models.NotebookCell>
Public ReadOnly Property Cells As IList(Of NotebookCell)

属性值

适用于