Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SpreadDropDownMonthCalendar Class / GetLocation Method
The rectangle


In This Topic
GetLocation Method (SpreadDropDownMonthCalendar)
In This Topic
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)

Parameters

rect
The rectangle
See Also