Spread for ASP.NET 11 Product Documentation
GetImage(SpreadImages) Method
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class > GetImage Method : GetImage(SpreadImages) Method
Integer identifier to specify which image
Gets the image in the component.
Syntax
'Declaration
 
Public Overloads Function GetImage( _
   ByVal image As SpreadImages _
) As String
'Usage
 
Dim instance As FpSpread
Dim image As SpreadImages
Dim value As String
 
value = instance.GetImage(image)
public string GetImage( 
   SpreadImages image
)

Parameters

image
Integer identifier to specify which image
Example
This example uses the GetImage method.
FpSpread1.ActiveSheetView.AutoFilterMode = FarPoint.Web.Spread.AutoFilterMode.FilterBar;
FpSpread1.SetImage(FarPoint.Web.Spread.SpreadImages.UnfilteredDropDownIndicator, "http://www.componentone.com/newimages/Products/Icons/wijmo_icon_16x16.png");
//string s;
//s = FpSpread1.GetImage(FarPoint.Web.Spread.SpreadImages.UnfilteredDropDownIndicator);
//Response.Write(s);
FpSpread1.ActiveSheetView.AutoFilterMode = FarPoint.Web.Spread.AutoFilterMode.FilterBar
FpSpread1.SetImage(FarPoint.Web.Spread.SpreadImages.UnfilteredDropDownIndicator, "http://www.componentone.com/newimages/Products/Icons/wijmo_icon_16x16.png")
'Dim s As String
's = FpSpread1.GetImage(FarPoint.Web.Spread.SpreadImages.UnfilteredDropDownIndicator)
'Response.Write(s)
See Also

Reference

FpSpread Class
FpSpread Members
Overload List
Customizing the Graphical Interface