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


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

    Property Value

    The right inset.
    See Also