[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PrintOutOptions.PrintTransparentCell

PrintTransparentCell Property

PrintTransparentCell

Gets or sets a value indicating whether the transparency of the cell's background color is printed on the page.

Declaration
public bool PrintTransparentCell { get; set; }
Public Property PrintTransparentCell As Boolean
Examples
PrintOutOptions options = new PrintOutOptions();
options.PrintTransparentCell = true;
bool printTransparentCell = options.PrintTransparentCell;