Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelPictShape Class / Blip Property


In This Topic
Blip Property
In This Topic
Gets or sets the blip.
Syntax
'Declaration
 
Public Property Blip As Blip
 
'Usage
 
Dim instance As ExcelPictShape
Dim value As Blip
 
instance.Blip = value
 
value = instance.Blip

Property Value

The blip.
See Also