C1.Win.C1FlexGrid Namespace / Row Class
Members

Row Class
Class that represents a grid row.
Object Model
Row Class
Syntax
'Declaration
 
Public Class Row 
   Inherits 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.C1FlexGrid.RowCol
      C1.Win.C1FlexGrid.Row
         C1.Win.C1FlexGrid.DetailRow
         C1.Win.C1FlexGrid.RowWithDetails

See Also