FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Row Class
Members

In This Topic
    Row Class
    In This Topic
    Class that represents a grid row.
    Object Model
    Row Class
    Syntax
    'Declaration
     
    
    Public Class Row 
       Inherits RowCol
    public class Row : RowCol 
    Remarks
    This class does not have a public constructor. You can add and remove rows using methods in the grid's C1FlexGridBase.Rows property, which exposes the row collection.
    Inheritance Hierarchy

    System.Object
       C1.Win.FlexGrid.RowCol
          C1.Win.FlexGrid.Row
             C1.Win.FlexGrid.DetailRow
             C1.Win.FlexGrid.RowWithDetails

    See Also