Xceed Chart for WinForms v4.4 Documentation
RightShiftItems Method


Xceed.Chart.Utilities.v4.4 Assembly > Xceed.Chart.Utilities Namespace > TypedArrayList Class : RightShiftItems Method
start index for the operation
number of objects to shift
Shifts the objects to the right with one position.
Syntax
'Declaration
 
Public Sub RightShiftItems( _
   ByVal startIndex As Integer, _
   ByVal itemCount As Integer _
) 
'Usage
 
Dim instance As TypedArrayList
Dim startIndex As Integer
Dim itemCount As Integer
 
instance.RightShiftItems(startIndex, itemCount)
public void RightShiftItems( 
   int startIndex,
   int itemCount
)

Parameters

startIndex
start index for the operation
itemCount
number of objects to shift
Remarks
Shifts the specified number of objects to the right with one position starting from the specified index.
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

Reference

TypedArrayList Class
TypedArrayList Members