FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SetInsertSheetImage Method
Image displayed on the insert sheet tab


In This Topic
SetInsertSheetImage Method
In This Topic
Sets the custom image displayed on the insert sheet tab.
Syntax
'Declaration
 
Public Sub SetInsertSheetImage( _
   ByVal newSheetImage As Image _
) 
 
'Usage
 
Dim instance As FpSpread
Dim newSheetImage As Image
 
instance.SetInsertSheetImage(newSheetImage)

Parameters

newSheetImage
Image displayed on the insert sheet tab
See Also