Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Insert(
	int index,
	float position,
	SchemeColor schemeColor
)
Public Sub Insert ( 
	index As Integer,
	position As Single,
	schemeColor As SchemeColor
)
public:
void Insert(
	int index, 
	float position, 
	SchemeColor schemeColor
)
member Insert : 
        index : int * 
        position : float32 * 
        schemeColor : SchemeColor -> unit 

Parameters

index
Int32
position
Single
schemeColor
SchemeColor

See Also