NotebookCell(String, Object, IEnumerable<String>) Constructor
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.
Initializes a new instance of NotebookCell.
public NotebookCell(string cellType, object metadata, System.Collections.Generic.IEnumerable<string> source);
new Azure.Analytics.Synapse.Artifacts.Models.NotebookCell : string * obj * seq<string> -> Azure.Analytics.Synapse.Artifacts.Models.NotebookCell
Public Sub New (cellType As String, metadata As Object, source As IEnumerable(Of String))
Parameters
- cellType
- String
String identifying the type of cell.
- metadata
- Object
Cell-level metadata.
- source
- IEnumerable<String>
Contents of the cell, represented as an array of lines.
Exceptions
cellType, metadata or source is null.