Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SpreadMonthCalendar Class / GetLocation Method
Rectangle area in which to paint


In This Topic
GetLocation Method (SpreadMonthCalendar)
In This Topic
Gets the location of the SpreadMonthCalendar object.
Syntax
'Declaration
 
Public Function GetLocation( _
   ByVal rect As Rectangle _
) As Point
 
'Usage
 
Dim instance As SpreadMonthCalendar
Dim rect As Rectangle
Dim value As Point
 
value = instance.GetLocation(rect)

Parameters

rect
Rectangle area in which to paint
See Also