Spread Silverlight Documentation
CopyToOption Enumeration


GrapeCity.Windows.SpreadSheet.Data Namespace : CopyToOption Enumeration
Represents which type of cell data is copied when invoking the worksheet's Copy or Move method.
Syntax
'Declaration
 
<System.FlagsAttribute()>
Public Enum CopyToOption 
   Inherits System.Enum
'Usage
 
Dim instance As CopyToOption
[System.Flags()]
public enum CopyToOption : System.Enum 
Members
MemberDescription
All Indicates to copy values, formulas, range groups, sparklines, spans, styles, and tags.
FloatingObject The floating object
Formula Indicates the type of data is a formula.
RangeGroup Indicates to copy a range group.
Span Indicates to copy a span.
Sparkline Indicates the type of data is a sparkline.
Style Indicates the type of data is a style.
Tag Indicates the type of data is a tag.
Value Indicates the type of data is pure data.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.Data.CopyToOption

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace