[]
Gets or sets a value indicating whether the transparency of the cell's background color is printed on the page.
public bool PrintTransparentCell { get; set; }
Public Property PrintTransparentCell As Boolean
PrintOutOptions options = new PrintOutOptions();
options.PrintTransparentCell = true;
bool printTransparentCell = options.PrintTransparentCell;