FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows Class / Default Property


In This Topic
Default Property (Rows)
In This Topic
Gets a row for the default row (-1).
Syntax
'Declaration
 
Public ReadOnly Property Default As Rows.DefaultRow
 
'Usage
 
Dim instance As Rows
Dim value As Rows.DefaultRow
 
value = instance.Default
See Also