[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IColorStop

IColorStop Interface

Represents the color stop point for a gradient fill in a range or selection.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IColorStop
Public Interface IColorStop

Properties

Name Description
Color

Gets or sets the Color of the represented IColorStop.

Position

Gets or sets the position of the IColorStop (read or write).

ThemeColor

Gets or sets the theme color of the represented object (read or write).

TintAndShade

Gets or sets the tint and shade of the represented object (read or write). The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.

Methods

Name Description
Delete()

Deletes the represented object.