Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SparklineInfo Class / CopyMode Property


In This Topic
    CopyMode Property
    In This Topic
    Gets or sets a value that indicates the copy state.
    Syntax
    'Declaration
     
    
    Public Property CopyMode As Boolean
    'Usage
     
    
    Dim instance As SparklineInfo
    Dim value As Boolean
     
    instance.CopyMode = value
     
    value = instance.CopyMode
    public bool CopyMode {get; set;}

    Property Value

    true if copying; otherwise, false.
    See Also