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

In This Topic
    ExcelCellFactory Class
    In This Topic
    Custom cell factory that displays Excel-style row and column headers.
    Object Model
    ExcelCellFactory Class
    Syntax
    'Declaration
     
    
    Public Class ExcelCellFactory 
       Inherits CellFactory
       Implements ICellFactory, ICustomCellRender 
    public class ExcelCellFactory : CellFactory, ICellFactory, ICustomCellRender  
    Inheritance Hierarchy

    System.Object
       C1.WPF.FlexGrid.CellFactory
          C1.WPF.FlexGrid.ExcelCellFactory

    See Also