Spread Windows Forms 12.0 Product Documentation
DisplayHeadings Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheetView Interface : DisplayHeadings Property
Gets or sets a value indicating whether the sheet should display row and column headings.
Syntax
'Declaration
 
Property DisplayHeadings As Boolean
'Usage
 
Dim instance As IWorksheetView
Dim value As Boolean
 
instance.DisplayHeadings = value
 
value = instance.DisplayHeadings
bool DisplayHeadings {get; set;}

Property Value

true if the sheet should display row and column headings; otherwise, false.
See Also

Reference

IWorksheetView Interface
IWorksheetView Members