[]
Gets or sets whether elements of the document will be printed in black and white.
bool BlackAndWhite { get; set; }
Property BlackAndWhite As Boolean
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.BlackAndWhite = true;
bool blackAndWhite = pageSetup.BlackAndWhite;