Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SheetView Class / DisplayHeadings Property


In This Topic
    DisplayHeadings Property (SheetView)
    In This Topic
    Gets or sets a value indicating whether the sheet should display row and column headings.
    Syntax
    'Declaration
     
    Public Property DisplayHeadings As Boolean
    'Usage
     
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.DisplayHeadings = value
     
    value = instance.DisplayHeadings
    public bool DisplayHeadings {get; set;}

    Property Value

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