aspose.cells

Class GradientStop

Represents the gradient stop.

Property Getters/Setters Summary
functiongetCellsColor()
Gets the color of this gradient stop.
functiongetPosition()
function
           The position of the stop.
functiongetTransparency()
function
           Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
 

    • Property Getters/Setters Detail

      • getPosition/setPosition : Number 

        function getPosition() / function setPosition(value)
        
        The position of the stop.
      • getCellsColor : CellsColor 

        function getCellsColor()
        
        Gets the color of this gradient stop.
      • getTransparency/setTransparency : Number 

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