Gets or sets the option for rendering comments added to a spreadsheet.
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 bool IncludeComments { get; set; }
public bool IncludeComments { get; set; }Public Property IncludeComments As Boolean
Get
Set
Public Property IncludeComments As Boolean
Get
Set
public:
property bool IncludeComments {
bool get ();
void set (bool value);
}
public:
property bool IncludeComments {
bool get ();
void set (bool value);
}member IncludeComments : bool with get, set
member IncludeComments : bool with get, set
Property Value
Type:
Boolean
Corresponds to the "Include Comments" option under the Spreadsheet Options tab.
Reference