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

CopyToLocationIndex

int

2

The index to copy the source worksheet to in the CompositeView, used when the CompositeViewCopyToLocationPolicy = Number.

CopyToLocationPolicy

CompositeViewCopyToLocationPolicy

CompositeViewCopyToLocationPolicy.End

Specifies the location in the CompositeView to copy the specified source workbook worksheet(s) to.

NewWorksheetNames

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.

PreserveFormulas

bool

false

Whether to preserve formulas. If False, only values will be copied.

Name

Property Type Default Description

Name

string

A name to identify the vew configuration.

Properties

Property Type Default Description

ViewID

string

The ID of the view to run.

SourceView

Property Type Default Description

MergeSelectors

bool

true

Whether to merge this view’s selectors into the CompositeView’s selectors.

SourceSheetSpecificationPolicy

CompositeViewSourceSheetSpecificationPolicy

CompositeViewSourceSheetSpecificationPolicy.All

How to specify which worksheet(s) from the source workbook to copy to the CompositeView.

SourceWorksheetList

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.

Tokens

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.