Worksheet.ConsolidationOptions Property

Definition

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

Applies to