GrapeCity.Xaml.SpreadSheet.Data
Location Property (IFloatingObject)


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

Property Value

The location of a floating object.
See Also

Reference

IFloatingObject Interface
IFloatingObject Members