Hi @Raf_. Yes, I believe so. I haven't tried it myself, because I never needed to, but there is a boolean type Property called "PrintExcludedSheets" under the DrawingPrintManager object, which is obtained from a DrawingDocument.PrintManager property. You may have to pre-define the variable's Type as a DrawingPrintManager though, because a regular PrintManager object is what is used in model documents, and has less methods/properties.
Wesley Crihfield
(Not an Autodesk Employee)