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.
Gets an Array of strings that name the source sheets and ranges for the worksheet's current consolidation.
public:
property System::Object ^ ConsolidationSources { System::Object ^ get(); };
public object ConsolidationSources { get; }
member this.ConsolidationSources : obj
Public ReadOnly Property ConsolidationSources As Object
Property Value
An Array of string values that name the source sheets and ranges for the worksheet's current consolidation; null
if there is no consolidation on the sheet.