Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / RangeGroupInfo Class / End Property


In This Topic
    End Property
    In This Topic
    Gets the ending index of this outline (range group).
    Syntax
    'Declaration
     
    <DefaultValueAttribute(-1)>
    Public ReadOnly Property End As Integer
    'Usage
     
    Dim instance As RangeGroupInfo
    Dim value As Integer
     
    value = instance.End
    [DefaultValue(-1)]
    public int End {get;}

    Property Value

    The ending index of this outline (range group).
    See Also