Skip to main content
Row

GradientStopCollection.RemoveAt(Int32) Method

Removes a specified gradient stop from the collection in a path-based gradient fill.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void RemoveAt(
    int index
)

Parameters

Name Type Description
index Int32

An integer that is the index of a gradient stop in the collection.

See Also