FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / ExcelCellFactory Class
Methods


In This Topic
    ExcelCellFactory Class Members
    In This Topic

    The following tables list the members exposed by ExcelCellFactory.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of an ExcelCellFactory.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Applies custom styles to the outline row.  
    Public MethodSets the content of a System.Windows.Controls.Border element used to display the value of the bottom left cells. (Inherited from C1.WPF.FlexGrid.CellFactory)
    Public MethodCreates a System.Windows.FrameworkElement responsible for representing a grid cell of a given type at the given coordinates. (Inherited from C1.WPF.FlexGrid.CellFactory)
    Public MethodOverridden. Creates a System.Windows.Controls.Border element that represents the background and border of a grid cell and contains the cell data.  
    Public MethodOverridden. Provides content for the grid cells.  
    Public MethodSets the content of a System.Windows.Controls.Border element used to display the value of a data cell. (Inherited from C1.WPF.FlexGrid.CellFactory)
    Public MethodOverridden. Provides editable content for the grid cells.  
    Public MethodSets the content of a System.Windows.Controls.Border element used to display the value of a column footer cell. (Inherited from C1.WPF.FlexGrid.CellFactory)
    Public MethodOverridden. Provides content for the column header cells.  
    Public MethodOverridden. Provides content for the row header cells.  
    Public MethodOverridden. Provides content for the cells in the top left panel of the grid.  
    Public MethodDisposes of a System.Windows.FrameworkElement when its associated cell is scrolled out of view. (Inherited from C1.WPF.FlexGrid.CellFactory)
    Public MethodOverridden. Gets a System.Windows.Thickness value that represents the thickness of the cell borders.  
    Public MethodGets a System.Windows.Thickness value that specifies the padding applied between the edge of the cell and its content area. (Inherited from C1.WPF.FlexGrid.CellFactory)
    Public MethodGets a System.Windows.Media.Imaging.BitmapImage used to indicate that a data item has one or more errors. (Inherited from C1.WPF.FlexGrid.CellFactory)
    Public MethodGets a value that determines whether to display sort symbols on a given a column header row. (Inherited from C1.WPF.FlexGrid.CellFactory)
    Public MethodThis method will be used to check the cell content is customized or not. (Inherited from C1.WPF.FlexGrid.CellFactory)
    Top
    Protected Methods
     NameDescription
    Protected MethodSets an error tooltip on a cell, honoring the grid's ErrorStyle property. (Inherited from C1.WPF.FlexGrid.CellFactory)
    Top
    See Also