Udostępnij przez


IngestionDocumentTable(String, IngestionDocumentElement[,]) Constructor

Definition

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.

Applies to