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