Xceed DataGrid for Silverlight Documentation
SetItem Method (StatFunctionCollection)


The zero-based index of the statistical function to replace.
The new statistical function.
Replaces the statistical function at the specified index with the provided function.
Syntax
'Declaration
 
Protected Overrides Sub SetItem( _
   ByVal index As Integer, _
   ByVal item As StatFunction _
) 
'Usage
 
Dim instance As StatFunctionCollection
Dim index As Integer
Dim item As StatFunction
 
instance.SetItem(index, item)
protected override void SetItem( 
   int index,
   StatFunction item
)

Parameters

index
The zero-based index of the statistical function to replace.
item
The new statistical function.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

StatFunctionCollection Class
StatFunctionCollection Members
Base Implementation in SetItem

Send Feedback