IPictureShape
ColorTo Property
 | 
Converts a given color to another color based on specified criteria or transformations.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
Color ColorTo { get; set; }
 
Property ColorTo As Color
	Get
	Set
 
property Color ColorTo {
	Color get ();
	void set (Color value);
}
 
abstract ColorTo : Color with get, set
 
 
 
Property Value
Type:
Color
 
See Also