Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / GroupColumnUndoAction Class / append Field


In This Topic
    append Field
    In This Topic
    Specifies whether to append this column to the existing grouping or to create a new grouping.
    Syntax
    'Declaration
     
    
    Protected append As Boolean
    'Usage
     
    
    Dim instance As GroupColumnUndoAction
    Dim value As Boolean
     
    value = instance.append
     
    instance.append = value
    protected bool append
    See Also