Enum ImagingSpreadsheetFormatting
Specifies spreadsheet formatting as a multiple choice option on the ImagingSpreadsheetOptions instance.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum ImagingSpreadsheetFormatting
Fields
| Name | Description |
|---|---|
| AutoFitColumns | The column dimensions automatically accommodate the content size. |
| AutoFitRows | The row dimensions automatically accommodate the content size. |
| ClearFormattingInEmptyColumns | The formatting is removed from empty columns. |
| ClearFormattingInEmptyRows | The formatting is removed from empty rows. |
| Unknown | Represents error during mapping. |