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

In This Topic
    ExcelRow Class
    In This Topic
    Grid row that can be edited, used as a tree node, maintains a collection of cell styles associated with each column, and evaluates cells that contain formulas (strings starting with an equals sign).
    Object Model
    ExcelRow Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public Class ExcelRow 
       Inherits GroupRow
    [DefaultMember("Item")]
    public class ExcelRow : GroupRow 
    Inheritance Hierarchy

    System.Object
       C1.WPF.FlexGrid.RowCol
          C1.WPF.FlexGrid.Row
             C1.WPF.FlexGrid.GroupRow
                C1.WPF.FlexGrid.ExcelRow
                   C1.WPF.FlexGrid.ExcelBoundRow

    See Also