Spread WPF Documentation
CopyToOption Enumeration


Represents which type of cell data is copied when invoking the worksheet's Copy or Move method.
Syntax
[System.Flags()]
public enum CopyToOption : System.Enum 
'Declaration
 
<System.FlagsAttribute()>
Public Enum CopyToOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As CopyToOption
Members
MemberDescription
AllIndicates to copy values, formulas, range groups, sparklines, spans, styles, and tags.
FloatingObjectThe floating object
FormulaIndicates the type of data is a formula.
RangeGroupIndicates to copy a range group.
SpanIndicates to copy a span.
SparklineIndicates the type of data is a sparkline.
StyleIndicates the type of data is a style.
TagIndicates the type of data is a tag.
ValueIndicates the type of data is pure data.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.