SolidFill

SolidFill class

Encapsulates the object that represents solid fill format

Properties

NameTypeDescription
ColorColorGets or sets the com.aspose.cells.Color .
CellsColorCellsColorGets and sets the CellsColor object.
TransparencyfloatReturns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

Methods

NameDescription
hashCodeGets the hash code.
equals

SolidFill.Color property

Gets or sets the com.aspose.cells.Color .

Type: Color

SolidFill.CellsColor property

Gets and sets the CellsColor object.

Type: CellsColor

SolidFill.Transparency property

Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

Type: float

hashCode()

Gets the hash code.

equals(obj)

ParameterTypeDescription
objObject