Click or drag to resize

XlsBitmapShape ColorTo Property

Gets or sets the target color for a color change operation in a shape's picture format.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Color ColorTo { get; set; }

Return Value

Type: Color
The target color after the color change operation.

Implements

IPictureShape ColorTo
See Also