Composite View Source View Configuration Properties
The following properties are available on CompositeViewSourceViewConfiguration objects, which appear as expandable sub-properties of the objects that use them.
CompositeView
| Property | Type | Default | Description |
|---|---|---|---|
int |
2 |
The index to copy the source worksheet to in the CompositeView, used when the CompositeViewCopyToLocationPolicy = Number. |
|
CompositeViewCopyToLocationPolicy |
CompositeViewCopyToLocationPolicy.End |
Specifies the location in the CompositeView to copy the specified source workbook worksheet(s) to. |
|
string |
A comma separated list, with names in quotes, of names for the resulting worksheets. If the list contains empty elements the corrsponding result worksheet will not be renamed. The value can be tokenized. |
||
bool |
false |
Whether to preserve formulas. If False, only values will be copied. |
SourceView
| Property | Type | Default | Description |
|---|---|---|---|
bool |
true |
Whether to merge this view’s selectors into the CompositeView’s selectors. |
|
CompositeViewSourceSheetSpecificationPolicy |
CompositeViewSourceSheetSpecificationPolicy.All |
How to specify which worksheet(s) from the source workbook to copy to the CompositeView. |
|
string |
A comma delimited list specifying worksheets to copy from the source workbook to the CompositeView. ex: 1-3, 5, "Sheet*" The value can be tokenized. |
||
TokenTable |
The token definitions assigned to the view set. These tokens, along with the view tokens, the application tokens and, if applicable, selector tokens are used during token replacement. |