# GC.Spread.Sheets.CopyToOptions

## Content

# Enumeration: CopyToOptions

[Spread](../modules/GC.Spread).[Sheets](../modules/GC.Spread.Sheets).CopyToOptions

Specifies the copy to option.

**`example`**
```javascript
//This example uses the CopyToOption enumeration.
activeSheet.getCell(0,0).value("1");
activeSheet.copyTo(0,0,1,1,2,2,GC.Spread.Sheets.CopyToOptions.value);
```

## Table of contents

### Enumeration members

- [all](GC.Spread.Sheets.CopyToOptions#all)
- [altText](GC.Spread.Sheets.CopyToOptions#alttext)
- [bindingPath](GC.Spread.Sheets.CopyToOptions#bindingpath)
- [comment](GC.Spread.Sheets.CopyToOptions#comment)
- [conditionalFormat](GC.Spread.Sheets.CopyToOptions#conditionalformat)
- [defaultValue](GC.Spread.Sheets.CopyToOptions#defaultvalue)
- [formula](GC.Spread.Sheets.CopyToOptions#formula)
- [hyperlink](GC.Spread.Sheets.CopyToOptions#hyperlink)
- [outline](GC.Spread.Sheets.CopyToOptions#outline)
- [span](GC.Spread.Sheets.CopyToOptions#span)
- [sparkline](GC.Spread.Sheets.CopyToOptions#sparkline)
- [style](GC.Spread.Sheets.CopyToOptions#style)
- [tag](GC.Spread.Sheets.CopyToOptions#tag)
- [value](GC.Spread.Sheets.CopyToOptions#value)

## Enumeration members

### <a id="all" name="all"></a> all

• **all** = `32767`

Indicates all types of data.

___

### <a id="alttext" name="alttext"></a> altText

• **altText** = `4096`

Indicates the type of data is an alternative text.

___

### <a id="bindingpath" name="bindingpath"></a> bindingPath

• **bindingPath** = `256`

Indicates the type of data is a binding path.

___

### <a id="comment" name="comment"></a> comment

• **comment** = `4`

Indicates the type of data is a comment.

___

### <a id="conditionalformat" name="conditionalformat"></a> conditionalFormat

• **conditionalFormat** = `512`

Indicates the type of data is a conditional format.

___

### <a id="defaultvalue" name="defaultvalue"></a> defaultValue

• **defaultValue** = `2048`

Indicates the type of data is a defaultValue.

___

### <a id="formula" name="formula"></a> formula

• **formula** = `2`

Indicates the type of data is a formula.

___

### <a id="hyperlink" name="hyperlink"></a> hyperlink

• **hyperlink** = `1024`

Indicates the type of data is a hyperlink.

___

### <a id="outline" name="outline"></a> outline

• **outline** = `8`

Indicates to copy a range group.

___

### <a id="span" name="span"></a> span

• **span** = `32`

Indicates to copy a span.

___

### <a id="sparkline" name="sparkline"></a> sparkline

• **sparkline** = `16`

Indicates the type of data is a sparkline.

___

### <a id="style" name="style"></a> style

• **style** = `64`

Indicates the type of data is a style.

___

### <a id="tag" name="tag"></a> tag

• **tag** = `128`

Indicates the type of data is a tag.

___

### <a id="value" name="value"></a> value

• **value** = `1`

Indicates the type of data is pure data.
