By Chao Lin on Wednesday, 05 August 2020
Posted in C# Development
Likes 0
Views 875
Votes 0
I try to add new sheets.

In project drawings folder, we can add new "Drawing" with "NewChild" methed.
But how to add new sheet? And how to use the SheetTemplate?


var sheet = ((Drawing)draw).NewChild(ObjectKind.Sheet, ObjectType.SheetUnspecified); //throw Error.


Thank you very much.
View Full Post