Spread Silverlight Documentation
Bottom Property (Inset)


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

Property Value

The bottom inset.
See Also

Reference

Inset Class
Inset Members