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

In This Topic
    Row Class
    In This Topic
    Represents a grid row.
    Object Model
    Row Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public Class Row 
       Inherits RowCol
    [DefaultMember("Item")]
    public class Row : RowCol 
    Remarks

    Row objects do not have any visual representation.

    Rows and columns provide properties that determine the appearance and content of cell objects which are the only objects in the C1FlexGrid that do have a visual representation.

    Inheritance Hierarchy

    System.Object
       C1.WPF.FlexGrid.RowCol
          C1.WPF.FlexGrid.Row
             C1.WPF.FlexGrid.BoundRow
             C1.WPF.FlexGrid.GroupRow

    See Also