FlexGrid for WinForms
Row Class
Members 



Class that represents a grid row.
Object Model
Row ClassC1FlexGridBase ClassNode ClassCellStyle ClassCellStyle ClassCellStyle ClassCellStyle ClassCellStyle ClassCellStyle Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public Class Row 
   Inherits RowCol
'Usage
 
Dim instance As Row
[DefaultMember("Item")]
public class Row : RowCol 
[DefaultMember("Item")]
public ref class Row : public 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Row Members
C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback