Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheetView Interface / DisplayRuler Property


In This Topic
    DisplayRuler Property
    In This Topic
    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;}
    See Also