Notebook.Cells Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Array of cells of the current notebook.
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)