Spread for ASP.NET 10 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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

BaseRenderer Class
BaseRenderer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.