Spread for ASP.NET 12 Product Documentation
SetImage(SpreadImages,String) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class > SetImage Method : SetImage(SpreadImages,String) Method
Enumeration identifier that specifies which image in the interface
URL of the image
Sets the custom image in the specified part of the Spread component interface.
Syntax
'Declaration
 
Public Overloads Sub SetImage( _
   ByVal image As SpreadImages, _
   ByVal url As String _
) 
'Usage
 
Dim instance As FpSpread
Dim image As SpreadImages
Dim url As String
 
instance.SetImage(image, url)
public void SetImage( 
   SpreadImages image,
   string url
)

Parameters

image
Enumeration identifier that specifies which image in the interface
url
URL of the image
See Also

Reference

FpSpread Class
FpSpread Members
Overload List