[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheetView.DisplayRuler

DisplayRuler Property

DisplayRuler

Gets or sets whether a ruler is displayed for the specified worksheet.

This property indicates whether the current worksheet view shows the ruler.

Declaration
bool DisplayRuler { get; set; }
Property DisplayRuler As Boolean
Examples
IWorksheetView sheetView = worksheet.SheetView;
sheetView.DisplayRuler = false;
bool displayRuler = sheetView.DisplayRuler;