Spread Windows Forms 12.0 Product Documentation
GetLocation Method (SpreadDropDownMonthCalendar)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > SpreadDropDownMonthCalendar Class : GetLocation Method
The rectangle
Gets the location of the SpreadDropDownMonthCalendar object.
Syntax
'Declaration
 
Public Function GetLocation( _
   ByVal rect As Rectangle _
) As Point
'Usage
 
Dim instance As SpreadDropDownMonthCalendar
Dim rect As Rectangle
Dim value As Point
 
value = instance.GetLocation(rect)
public Point GetLocation( 
   Rectangle rect
)

Parameters

rect
The rectangle
See Also

Reference

SpreadDropDownMonthCalendar Class
SpreadDropDownMonthCalendar Members