Spread Windows Forms 15.0
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
    public Rows.DefaultRow Default {get;}
    See Also