Spread Silverlight Documentation
Right Property (Inset)


GrapeCity.Windows.SpreadSheet.Data Namespace > Inset Class : Right Property
Gets the right inset.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Gets the inset from the right.")>
Public ReadOnly Property Right As System.Double
'Usage
 
Dim instance As Inset
Dim value As System.Double
 
value = instance.Right
[System.ComponentModel.Description("Gets the inset from the right.")]
public System.double Right {get;}

Property Value

The right inset.
See Also

Reference

Inset Class
Inset Members