Spread ASP.NET 6.0 Product Documentation
GetSpread Method
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Renderer Namespace > BaseRenderer Class : GetSpread Method


c
FpSpread control

Glossary Item Box

Returns the FpSpread control.

Syntax

Visual Basic (Declaration) 
Protected Function GetSpread( _
   ByVal c As Control _
) As FpSpread
Visual Basic (Usage)Copy Code
Dim instance As BaseRenderer
Dim c As Control
Dim value As FpSpread
 
value = instance.GetSpread(c)
C# 
protected FpSpread GetSpread( 
   Control c
)

Parameters

c
FpSpread control

Return Value

Spread component

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.