Worksheet.ConsolidationOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a three-element Array of consolidation options.
public:
property System::Object ^ ConsolidationOptions { System::Object ^ get(); };
public object ConsolidationOptions { get; }
member this.ConsolidationOptions : obj
Public ReadOnly Property ConsolidationOptions As Object
Property Value
A three-element Array of consolidation options.
Remarks
If an element in the returned array is true
, then the corresponding option is set. The three elements in the array are:
Element | Meaning |
---|---|
1 | Use labels in top row |
2 | Use labels in left column |
3 | Create links to source data |