Specifies spreadsheet formatting as a multiple choice option on the SpreadsheetOptions instance.
Namespace: Relativity.Imaging.Services.Interfaces
Assembly: Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
AutoFitRows | 0 | The row dimensions automatically accommodate the content size. | |
AutoFitColumns | 1 | The column dimensions automatically accommodate the content size. | |
ClearFormattingInEmptyRows | 2 | The formatting is removed from empty rows. | |
ClearFormattingInEmptyColumns | 3 | The formatting is removed from empty columns. |
See Also