Returns a summary type for a field, if more than one an index can be supplied to specify which one to use
'Declaration
Public Function GetSummaryType( _
ByVal As System.String, _
Optional ByVal As System.Integer _
) As System.String
public System.string GetSummaryType(
System.string ,
System.int
)
public: System.string* GetSummaryType(
System.string* ,
System.int
)
Parameters
- sCellArg
- string value representing a cell of a field
- iIndex
- index of the summary value, relative to the field
Return Value
a summary type for a field
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