BCGControlBar Library for .NET
Cell Constructor




A refernce to parent Grid control.
A refernce to grid column.
A reference to grid row.
Constructs a cell.
Syntax
'Declaration
 
Public Function New( _
   ByVal grid As GridControl, _
   ByVal column As Integer, _
   ByVal row As Integer _
)
'Usage
 
Dim grid As GridControl
Dim column As Integer
Dim row As Integer
 
Dim instance As New Cell(grid, column, row)
public Cell( 
   GridControl grid,
   int column,
   int row
)
public: Cell( 
   GridControl* grid,
   int column,
   int row
)
public:
Cell( 
   GridControl^ grid,
   int column,
   int row
)

Parameters

grid
A refernce to parent Grid control.
column
A refernce to grid column.
row
A reference to grid row.
Remarks
The cell visual style is assembled from several layers such as item's, row's and column's visual styles.
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

Cell Class
Cell Members

Send Feedback