Spread Silverlight Documentation
Location Property (IFloatingObject)


GrapeCity.Windows.SpreadSheet.Data Namespace > IFloatingObject Interface : Location Property
Gets or sets the location of a floating object.
Syntax
'Declaration
 
Property Location As System.Windows.Point
'Usage
 
Dim instance As IFloatingObject
Dim value As System.Windows.Point
 
instance.Location = value
 
value = instance.Location
System.Windows.Point Location {get; set;}

Property Value

The location of a floating object.
See Also

Reference

IFloatingObject Interface
IFloatingObject Members