Spread for ASP.NET 7.0 Product Documentation
ImageRenderer Constructor(String)
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Renderer Namespace > ImageRenderer Class > ImageRenderer Constructor : ImageRenderer Constructor(String)


imageUrl
Path and file name of the picture to display in the image cell

Glossary Item Box

Creates an image cell renderer control with the specified picture.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal imageUrl As String _
)
Visual Basic (Usage)Copy Code
Dim imageUrl As String
 
Dim instance As New ImageRenderer(imageUrl)
C# 
public ImageRenderer( 
   string imageUrl
)

Parameters

imageUrl
Path and file name of the picture to display in the image cell

Remarks

Initializes an instance of the ImageRenderer class, with the specified picture.

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.