IColorOperationCollectionInsert Method (Int32, ColorTransformOperation) |
Inserts the new operation to a collection.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
SyntaxIColorOperation Insert(
int position,
ColorTransformOperation operation
)
Function Insert (
position As Integer,
operation As ColorTransformOperation
) As IColorOperation
IColorOperation^ Insert(
int position,
ColorTransformOperation operation
)
abstract Insert :
position : int *
operation : ColorTransformOperation -> IColorOperation
Parameters
- position
- Type: SystemInt32
The index at which the operation will be inserted. - operation
- Type: Aspose.SlidesColorTransformOperation
Operation type.
Return Value
Type:
IColorOperationInserted operation.
See Also