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


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

    Property Value

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