Spread Silverlight Documentation
Location Property (GcRect)


GrapeCity.Excel Namespace > GcRect Structure : Location Property
Gets or sets the position of the top-left corner of the rectangle.
Syntax
'Declaration
 
Public Property Location As GcPoint
'Usage
 
Dim instance As GcRect
Dim value As GcPoint
 
instance.Location = value
 
value = instance.Location
public GcPoint Location {get; set;}
See Also

Reference

GcRect Structure
GcRect Members