SpreadJS Documentation
CopyToOption 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.
RangeGroupIndicates 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,GcSpread.Sheets.CopyToOption.Value);
Inheritance Hierarchy

Object
   GcSpread.Sheets.CopyToOption

See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.