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


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

    Property Value

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