Represents the
Color of the line.
Namespace:
Aspose.Cells.Drawing
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic Color Color { get; set; }
Public Property Color As Color
Get
Set
public:
property Color Color {
Color get ();
void set (Color value);
}
member Color : Color with get, set
Property Value
Type:
Color
See Also