Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / ShowFreezeLine Property


In This Topic
    ShowFreezeLine Property (SheetView)
    In This Topic
    Gets or sets a value that indicates whether to show the freeze line.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property ShowFreezeLine As Boolean
    'Usage
     
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.ShowFreezeLine = value
     
    value = instance.ShowFreezeLine
    [DefaultValue(true)]
    public bool ShowFreezeLine {get; set;}
    See Also