Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableStyle Class / ShowAsAvailablePivotTableStyle Property


In This Topic
    ShowAsAvailablePivotTableStyle Property (TableStyle)
    In This Topic
    Gets or sets a value indicating whether the table style is shown in the gallery for PivotTable styles or not.
    Syntax
    'Declaration
     
    
    Public Property ShowAsAvailablePivotTableStyle As Boolean
    'Usage
     
    
    Dim instance As TableStyle
    Dim value As Boolean
     
    instance.ShowAsAvailablePivotTableStyle = value
     
    value = instance.ShowAsAvailablePivotTableStyle
    public bool ShowAsAvailablePivotTableStyle {get; set;}

    Property Value

    true if the table style is shown in the gallery for PivotTable styles or not; otherwise, false.
    Remarks
    This property take effect on XLSX import/export only.
    See Also