Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IInterior Interface / Gradient Property


In This Topic
    Gradient Property (IInterior)
    In This Topic
    Gets the IGradient property of an Interior object of a selection.
    Syntax
    'Declaration
     
    
    ReadOnly Property Gradient As IGradient
    'Usage
     
    
    Dim instance As IInterior
    Dim value As IGradient
     
    value = instance.Gradient
    IGradient Gradient {get;}

    Property Value

    A IGradient object represents the gradient of the interior.
    See Also