Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SelectionInfo Class / Row2 Property


In This Topic
    Row2 Property (SelectionInfo)
    In This Topic
    Gets the zero based row number of the last row of this RangeInfo.
    Syntax
    'Declaration
     
    <NotifyParentPropertyAttribute(True)>
    Public Property Row2 As Integer
    'Usage
     
    Dim instance As SelectionInfo
    Dim value As Integer
     
    instance.Row2 = value
     
    value = instance.Row2
    [NotifyParentProperty(true)]
    public int Row2 {get; set;}

    Property Value

    An integer that specifies the zero based row number of the last row.
    Remarks
    If this RangeInfo contains multiple areas, the last row number of the last area is returned.
    See Also