| GrapeCity.Windows.SpreadSheet.Data Namespace : CopyToOption Enumeration |
'Declaration <System.FlagsAttribute()> Public Enum CopyToOption Inherits System.Enum
'Usage Dim instance As CopyToOption
[System.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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Windows.SpreadSheet.Data.CopyToOption
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)