_Worksheet.ConsolidationSources 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.
Returns an array of string values that name the source sheets for the worksheet's current consolidation. Returns Empty if there's no consolidation on the sheet. Read-only Object.
public:
property System::Object ^ ConsolidationSources { System::Object ^ get(); };
public object ConsolidationSources { get; }
Public ReadOnly Property ConsolidationSources As Object