2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Yes, it is possible to insert table in the Bookmark Content. By using the Insert table method of Bookmark content object. Please refer the below code snippet to do so: C# //MoveTo Bookmark Essential Studio bk.MoveToBookmark("Essential Studio"); //Create Table IWTable table = new WTable(document); //Set row and columns table.ResetCells(4, 4); //Insert table in the Bookmarkcontent bk.InsertTable(k); VB ''MoveTo Bookmark Essential Studio bk.MoveToBookmark("Essential Studio") ''Create Table Dim table As IWTable = New WTable(document) ''Set row and columns table.ResetCells(4, 4) ''Insert table in the Bookmarkcontent bk.InsertTable(k) http://help.syncfusion.com/samples/kb/docio.web/6.1.0.34/inserttable_bookmark/main.htm |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.