Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Inset Class / UnitTypeTop Property


In This Topic
    UnitTypeTop Property
    In This Topic
    Gets the top inset's unit type.
    Syntax
    'Declaration
     
    <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
    [Description("Gets the top inset's unit type.")]
    public UnitType UnitTypeTop {get;}

    Property Value

    The unit of measure for the top inset.
    See Also