Spread WinForms 15
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

Property Value

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