Gets or sets the option for rendering row headings (1, 2, 3, etc.) and column headings (A, B, C, etc.) in 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 IncludeRowAndColumnHeadings IncludeRowAndColumnHeadings { get; set; }
public IncludeRowAndColumnHeadings IncludeRowAndColumnHeadings { get; set; }Public Property IncludeRowAndColumnHeadings As IncludeRowAndColumnHeadings
Get
Set
Public Property IncludeRowAndColumnHeadings As IncludeRowAndColumnHeadings
Get
Set
public:
property IncludeRowAndColumnHeadings IncludeRowAndColumnHeadings {
IncludeRowAndColumnHeadings get ();
void set (IncludeRowAndColumnHeadings value);
}
public:
property IncludeRowAndColumnHeadings IncludeRowAndColumnHeadings {
IncludeRowAndColumnHeadings get ();
void set (IncludeRowAndColumnHeadings value);
}member IncludeRowAndColumnHeadings : IncludeRowAndColumnHeadings with get, set
member IncludeRowAndColumnHeadings : IncludeRowAndColumnHeadings with get, set
Property Value
Type:
IncludeRowAndColumnHeadings
Corresponds to the Include Headers and footers under the Spreadsheet Options tab.
Reference