Gets or sets the options for formatting a spreadsheet, such as auto-fit rows and columns, and clearing empty rows and columns.
Namespace:
Relativity.Imaging.Services.InterfacesAssembly:
Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
public HashSet<Formatting> Formatting { get; set; }
public HashSet<Formatting> Formatting { get; set; }
Public Property Formatting As HashSet(Of Formatting)
Get
Set
Public Property Formatting As HashSet(Of Formatting)
Get
Set
public:
property HashSet<Formatting>^ Formatting {
HashSet<Formatting>^ get ();
void set (HashSet<Formatting>^ value);
}
public:
property HashSet<Formatting>^ Formatting {
HashSet<Formatting>^ get ();
void set (HashSet<Formatting>^ value);
}
member Formatting : HashSet<Formatting> with get, set
member Formatting : HashSet<Formatting> with get, set
Property Value
Type:
HashSetFormatting
Formatting options under the Spreadsheet Options tab.
Reference