[]
Represents the color stop point for a gradient fill in a range or selection.
public interface IColorStop
Gets or sets the Color of the represented IColorStop.
Color Color { get; set; }
Gets or sets the position of the IColorStop (read or write).
double Position { get; set; }
Gets or sets the theme color of the represented object (read or write).
ThemeColor ThemeColor { get; set; }
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.
double TintAndShade { get; set; }
Deletes the represented object.
void Delete()