Spread Silverlight Documentation
UnitTypeTop Property


GrapeCity.Windows.SpreadSheet.Data Namespace > Inset Class : UnitTypeTop Property
Gets the top inset's unit type.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Gets the top inset's unit type.")>
Public ReadOnly Property UnitTypeTop As UnitType
'Usage
 
Dim instance As Inset
Dim value As UnitType
 
value = instance.UnitTypeTop
[System.ComponentModel.Description("Gets the top inset's unit type.")]
public UnitType UnitTypeTop {get;}

Property Value

The unit of measure for the top inset.
See Also

Reference

Inset Class
Inset Members