Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
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.v19.1.Core.dll

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