FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / SubtotalEventArgs Class / IsNewRow Property

In This Topic
    IsNewRow Property (SubtotalEventArgs)
    In This Topic
    Gets a value that determines whether the subtotal row is a new row or the subtotal is being added to an existing subtotal row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsNewRow As Boolean
    public bool IsNewRow {get;}
    See Also