[]
Specifies the copy to option.
example
//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);
• all = 8191
Indicates all types of data.
• altText = 4096
Indicates the type of data is an alternative text.
• bindingPath = 256
Indicates the type of data is a binding path.
• comment = 4
Indicates the type of data is a comment.
• conditionalFormat = 512
Indicates the type of data is a conditional format.
• defaultValue = 2048
Indicates the type of data is a defaultValue.
• formula = 2
Indicates the type of data is a formula.
• hyperlink = 1024
Indicates the type of data is a hyperlink.
• outline = 8
Indicates to copy a range group.
• span = 32
Indicates to copy a span.
• sparkline = 16
Indicates the type of data is a sparkline.
• style = 64
Indicates the type of data is a style.
• tag = 128
Indicates the type of data is a tag.
• value = 1
Indicates the type of data is pure data.