[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IPageSetup.BlackAndWhite

BlackAndWhite Property

BlackAndWhite

Gets or sets whether elements of the document will be printed in black and white.

Declaration
bool BlackAndWhite { get; set; }
Property BlackAndWhite As Boolean
Examples
IPageSetup pageSetup = worksheet.PageSetup;
pageSetup.BlackAndWhite = true;
bool blackAndWhite = pageSetup.BlackAndWhite;