Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IIgnoreSupport Interface / IgnoreBaseSheetChange Property


In This Topic
    IgnoreBaseSheetChange Property
    In This Topic
    Gets or sets whether to ignore base sheet changes.
    Syntax
    'Declaration
     
    
    Property IgnoreBaseSheetChange As Boolean
    'Usage
     
    
    Dim instance As IIgnoreSupport
    Dim value As Boolean
     
    instance.IgnoreBaseSheetChange = value
     
    value = instance.IgnoreBaseSheetChange
    bool IgnoreBaseSheetChange {get; set;}
    See Also