Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartCollection Class / InternalChange Property


In This Topic
    InternalChange Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property InternalChange As Boolean
    'Usage
     
    
    Dim instance As SpreadChartCollection
    Dim value As Boolean
     
    instance.InternalChange = value
     
    value = instance.InternalChange
    public bool InternalChange {get; set;}
    See Also