Spread Windows Forms 12.0 Product Documentation
GetLocation Method (SpreadMonthCalendar)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > SpreadMonthCalendar Class : GetLocation Method
Rectangle area in which to paint
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)
public Point GetLocation( 
   Rectangle rect
)

Parameters

rect
Rectangle area in which to paint
See Also

Reference

SpreadMonthCalendar Class
SpreadMonthCalendar Members