Xceed Grid for WinForms v4.3 Documentation
GetCells() Method


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GroupByRow Class : GetCells() Method
Gets the cells in the GroupByRow.
Syntax
'Declaration
 
Public Function GetCells() As GroupByRow.GroupByCell()
'Usage
 
Dim instance As GroupByRow
Dim value() As GroupByRow.GroupByCell
 
value = instance.GetCells()
public GroupByRow.GroupByCell[] GetCells()

Return Value

An array of GroupByRow.GroupByCell objects that represent the cells in the GroupByRow.
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

GroupByRow Class
GroupByRow Members