Version

ExpandGroupField Method (IXamTreeGridReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Expand GroupField", Documentation="Expand GroupField [%a1] from layout with index [%a2].")>
Sub ExpandGroupField( _
   ByVal sGroupFieldName As System.String, _
   ByVal iFieldLayoutIndex As System.Integer _
) 
[TypeInfoMethod(Description="Expand GroupField", Documentation="Expand GroupField [%a1] from layout with index [%a2].")]
void ExpandGroupField( 
   System.string sGroupFieldName,
   System.int iFieldLayoutIndex
)
[TypeInfoMethod(Description="Expand GroupField", Documentation="Expand GroupField [%a1] from layout with index [%a2].")]
void ExpandGroupField( 
   System.string* sGroupFieldName,
   System.int iFieldLayoutIndex
) 

Parameters

sGroupFieldName
iFieldLayoutIndex
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