Version

GroupByField Method (IXamTreeGridReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Groups the data by the supplied field", Documentation="Groups the data by the field [{0}] to position [{1}].")>
Sub GroupByField( _
   ByVal sHeaderArg As System.String, _
   Optional ByVal iPosition As System.Integer _
) 
[TypeInfoMethod(Description="Groups the data by the supplied field", Documentation="Groups the data by the field [{0}] to position [{1}].")]
void GroupByField( 
   System.string sHeaderArg,
   System.int iPosition
)
[TypeInfoMethod(Description="Groups the data by the supplied field", Documentation="Groups the data by the field [{0}] to position [{1}].")]
void GroupByField( 
   System.string* sHeaderArg,
   System.int iPosition
) 

Parameters

sHeaderArg
iPosition
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