Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartClipboardInfo Class / ReActivate Field


In This Topic
    ReActivate Field
    In This Topic
    Specifies whether the chart object should be set active.
    Syntax
    'Declaration
     
    
    Public ReActivate As Boolean
    'Usage
     
    
    Dim instance As SpreadChartClipboardInfo
    Dim value As Boolean
     
    value = instance.ReActivate
     
    instance.ReActivate = value
    public bool ReActivate
    See Also