ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.5.2 Assembly / C1.Win.C1FlexGrid Namespace / SubtotalEventArgs Class / Cancel Property

In This Topic
    Cancel Property (SubtotalEventArgs)
    In This Topic
    Whether to cancel the creation of the new subtotal row.
    Syntax
    'Declaration
     
    Public Property Cancel As Boolean
    public bool Cancel {get; set;}
    See Also