Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IUnboundRowAddNewRowSupport Interface / UnBoundNewRowIndex Property


In This Topic
UnBoundNewRowIndex Property (IUnboundRowAddNewRowSupport)
In This Topic
Gets or sets the index of the unbound new row.
Syntax
'Declaration
 
Property UnBoundNewRowIndex As Integer
 
'Usage
 
Dim instance As IUnboundRowAddNewRowSupport
Dim value As Integer
 
instance.UnBoundNewRowIndex = value
 
value = instance.UnBoundNewRowIndex

Property Value

The index of the unbound new row.
See Also