Spread for ASP.NET 8.0 Product Documentation
GetSpread Method (BaseRenderer)


FpSpread control
Returns the FpSpread control.
Syntax
'Declaration
 
Protected Function GetSpread( _
   ByVal c As Control _
) As FpSpread
'Usage
 
Dim instance As BaseRenderer
Dim c As Control
Dim value As FpSpread
 
value = instance.GetSpread(c)
protected FpSpread GetSpread( 
   Control c
)

Parameters

c
FpSpread control

Return Value

Spread component

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

Reference

BaseRenderer Class
BaseRenderer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.