Wednesday, 05 August 2020
  1 Replies
  875 Visits
0
Votes
Undo
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.