Spread Windows Forms 6.0 Product Documentation
GetLocation Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > SpreadMonthCalendar Class : GetLocation Method


rect
Rectangle area in which to paint

Glossary Item Box

Gets the location of SpreadMonthCalendar

Syntax

Visual Basic (Declaration) 
Public Function GetLocation( _
   ByVal rect As Rectangle _
) As Point
Visual Basic (Usage)Copy Code
Dim instance As SpreadMonthCalendar
Dim rect As Rectangle
Dim value As Point
 
value = instance.GetLocation(rect)
C# 
public Point GetLocation( 
   Rectangle rect
)

Parameters

rect
Rectangle area in which to paint

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.