GcSpread.Sheets Namespace : CopyToOption Enumeration |
Member | Description |
---|---|
All | Indicates all types of data. |
BindingPath | Indicates the type of data is a binding path. |
Comment | Indicates the type of data is a comment. |
ConditionalFormat | Indicates the type of data is a conditional format. |
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. |
activeSheet.getCell(0,0).value("1");
activeSheet.copyTo(0,0,1,1,2,2,GcSpread.Sheets.CopyToOption.Value);
Object
GcSpread.Sheets.CopyToOption