Version

GetSibling(SiblingRow,Boolean,Boolean,Boolean) Method

Returns a sibling row of this row. A sibling row is defined as a row with the same parent row. Note: Band zero rows don't have parent rows but all band zero rows are considered siblings.
Syntax
'Declaration
 
Public Overloads Function GetSibling( _
   ByVal sibling As SiblingRow, _
   ByVal spanBands As Boolean, _
   ByVal excludeCardBands As Boolean, _
   ByVal includeSpecialRows As Boolean _
) As UltraGridRow
public UltraGridRow GetSibling( 
   SiblingRow sibling,
   bool spanBands,
   bool excludeCardBands,
   bool includeSpecialRows
)

Parameters

sibling
specifies which sibling to return
spanBands
ignored for band zero rows
excludeCardBands
ignored if spanBands is false.
includeSpecialRows
specifies whether to include special rows

Return Value

A sibling row (if any exist)
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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