| GrapeCity.Xaml.SpreadSheet.Data Namespace : CopyToOption Enumeration | 
'Declaration <FlagsAttribute()> Public Enum CopyToOption Inherits System.Enum
'Usage Dim instance As CopyToOption
[Flags()] public enum CopyToOption : System.Enum
| Member | Description | 
|---|---|
| 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. | 
gcSpreadSheet1.Sheets[0].Cells[0, 0, 2, 2].Text = "Test";
gcSpreadSheet1.Sheets[0].CopyTo(0, 0, 3, 3, 2, 2, GrapeCity.Xaml.SpreadSheet.Data.CopyToOption.Value);
	GcSpreadSheet1.Sheets(0).Cells(0, 0, 2, 2).Text = "Test"
GcSpreadSheet1.Sheets(0).CopyTo(0, 0, 3, 3, 2, 2, GrapeCity.Xaml.SpreadSheet.Data.CopyToOption.Value)
	System.Object
   System.ValueType
      System.Enum
         GrapeCity.Xaml.SpreadSheet.Data.CopyToOption
Target Platforms: Windows Server 2012, Windows RT