ColorStop.TintAndShade property (Excel)

Returns or sets the tint and shade of the represented object. Read/write

Syntax

expression.TintAndShade

expression A variable that represents a ColorStop object.

Return value

Variant

Example

Applies tint and shade to the active selection.

Range("A1:A10").Select 
With Selection.Interior.Gradient.ColorStop.Add(1) 
 .ThemeColor = xlThemeColorAccent1 
 .TintAndShade = 0 
End With

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.