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

In This Topic
    ExcelBoundRow Class
    In This Topic
    The row is bound to the data item int the C1FlexSheet data source.
    Object Model
    ExcelBoundRow Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public Class ExcelBoundRow 
       Inherits ExcelRow
       Implements IBoundRow 
    [DefaultMember("Item")]
    public class ExcelBoundRow : ExcelRow, IBoundRow  
    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