Enum ImagingSpreadsheetTextVisibility
Specifies the visibility of the text in a spreadsheet by controlling background and font color.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum ImagingSpreadsheetTextVisibility
Fields
| Name | Description |
|---|---|
| RemoveBackgroundFillColors | Removes background color and formats hidden text or rows so they appear in the spreadsheet. |
| SetTextColorToBlack | Displays the font color as black and formats any hidden text so it appears in the spreadsheet. |
| Unknown | Represents error during mapping. |