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


In This Topic
    Top Property (Inset)
    In This Topic
    Gets the top inset.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Gets the inset from the top.")>
    Public ReadOnly Property Top As Double
    'Usage
     
    Dim instance As Inset
    Dim value As Double
     
    value = instance.Top
    [Description("Gets the inset from the top.")]
    public double Top {get;}

    Property Value

    The top inset.
    See Also