ColorOperationCollectionInsert Method (Int32, ColorTransformOperation)

Inserts the new operation to a collection.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public IColorOperation Insert(
	int position,
	ColorTransformOperation operation
)

Parameters

position
Type: SystemInt32
The index at which the operation will be inserted.
operation
Type: Aspose.SlidesColorTransformOperation
Operation type.

Return Value

Type: IColorOperation
Inserted operation.

Implements

IColorOperationCollectionInsert(Int32, ColorTransformOperation)
See Also