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


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