Spread Windows Forms 17
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)
    public Point GetLocation( 
       Rectangle rect
    )

    Parameters

    rect
    Rectangle area in which to paint
    See Also