IngestionDocumentTable(String, IngestionDocumentElement[,]) 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 the IngestionDocumentTable class.
public:
IngestionDocumentTable(System::String ^ markdown, cli::array <Microsoft::Extensions::DataIngestion::IngestionDocumentElement ^, 2> ^ cells);
public IngestionDocumentTable(string markdown, Microsoft.Extensions.DataIngestion.IngestionDocumentElement?[,] cells);
new Microsoft.Extensions.DataIngestion.IngestionDocumentTable : string * Microsoft.Extensions.DataIngestion.IngestionDocumentElement[,] -> Microsoft.Extensions.DataIngestion.IngestionDocumentTable
Public Sub New (markdown As String, cells As IngestionDocumentElement(,))
Parameters
- markdown
- String
The markdown representation of the table.
- cells
- IngestionDocumentElement[,]
The cells of the table.
Exceptions
cells is null.