Spread Windows Forms 12.0 Product Documentation
DisplayRuler Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheetView Interface : DisplayRuler Property
Gets or sets a value indicating whether to show the ruler in Page Layout View.
Syntax
'Declaration
 
Property DisplayRuler As Boolean
'Usage
 
Dim instance As IWorksheetView
Dim value As Boolean
 
instance.DisplayRuler = value
 
value = instance.DisplayRuler
bool DisplayRuler {get; set;}

Property Value

true if the ruler is shown in Page Layout View; otherwise, false.
See Also

Reference

IWorksheetView Interface
IWorksheetView Members