Spread Windows Forms 12.0 Product Documentation
CopyMode Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SparklineInfo Class : CopyMode Property
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

Reference

SparklineInfo Class
SparklineInfo Members