Spread.Sheets Documentation
CopyToOptions Enumeration
Specifies the copy to option.
Members
MemberDescription
allIndicates all types of data.
bindingPathIndicates the type of data is a binding path.
commentIndicates the type of data is a comment.
conditionalFormatIndicates the type of data is a conditional format.
formulaIndicates the type of data is a formula.
outlineIndicates 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.
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);
Inheritance Hierarchy

Object
   GC.Spread.Sheets.CopyToOptions

See Also

Reference

GC.Spread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.