GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / Fill Property


In This Topic
Fill Property (IShape)
In This Topic
Gets a IFillFormat object for a specified shape that contains fill formatting properties for the shape.
Syntax
'Declaration
 
ReadOnly Property Fill As IFillFormat
 
'Usage
 
Dim instance As IShape
Dim value As IFillFormat
 
value = instance.Fill

Property Value

The fill format.
See Also