[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ColumnHeaderFilterCellType

ColumnHeaderFilterCellType Class

This celltype applies an Excel-like filter to a cell in the column header.

Inheritance
ColumnHeaderFilterCellType
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class ColumnHeaderFilterCellType : BaseCellType, ICellType, IFormatter, ICloneable, IEnhancedRenderer, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ISerializeSupport, ICSSClassSupport, IWrapableRenderer, IRenderer
Public Class ColumnHeaderFilterCellType
    Inherits BaseCellType
    Implements ICellType, IFormatter, ICloneable, IEnhancedRenderer, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor, ISerializeSupport, ICSSClassSupport, IWrapableRenderer, IRenderer

Constructors

Name Description
ColumnHeaderFilterCellType()

Initializes a new instance of the ColumnHeaderFilterCellType class.

Properties

Name Description
ShowSortItems

Gets or sets a value that indicates whether the drop-down menu displays sorting menu items.

Methods

Name Description
GetEditorControl(string, TableCell, Appearance, Inset, object, bool)

Gets the control used to edit the cell.

GetPreferredSize(Graphics, Size, Appearance, object, float, bool, bool)

Gets the preferred (maximum needed) size of the cell for the renderer control.

PaintCell(PdfGraphics, RectangleF, Appearance, object, bool, bool, float)

Gets a control and prints the cell to PDF based on the specified appearance and selection.

PaintCell(string, TableCell, Appearance, Inset, object, bool)

Gets a control and renders it in the cell based on the specified appearance, margin, and value.