Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / FloatingObject Class / EndRow Property


In This Topic
    EndRow Property (FloatingObject)
    In This Topic
    Gets the end row index of the floating object position.
    Syntax
    'Declaration
     
    Public ReadOnly Property EndRow As Integer
    'Usage
     
    Dim instance As FloatingObject
    Dim value As Integer
     
    value = instance.EndRow
    public int EndRow {get;}

    Property Value

    The end row index of the floating object position.
    See Also