Spread for ASP.NET 12 Product Documentation
GetDropDownControl Method (DateTimeCellType)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > DateTimeCellType Class : GetDropDownControl Method
The spread
Returns a new CalendarDropDownControl instance that is a DropDown control.
Syntax
'Declaration
 
Protected Overrides Function GetDropDownControl( _
   ByVal spread As FpSpread _
) As Control
'Usage
 
Dim instance As DateTimeCellType
Dim spread As FpSpread
Dim value As Control
 
value = instance.GetDropDownControl(spread)
protected override Control GetDropDownControl( 
   FpSpread spread
)

Parameters

spread
The spread
See Also

Reference

DateTimeCellType Class
DateTimeCellType Members