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


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

    Property Value

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