HtmlEdit.InsertTableAsync(Int32, Int32) Method
In This Article
Asynchronously inserts the table with the specified number of rows and columns.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
#Declaration
C#
public Task InsertTableAsync(
int rows,
int columns
)
#Parameters
Name | Type | Description |
---|---|---|
rows | Int32 | The number of rows. |
columns | Int32 | The number of columns. |
#Returns
Type | Description |
---|---|
Task | The asynchronous operation. |
See Also