SpreadsheetGear 2023
IWorkbookSet Interface
Members 


SpreadsheetGear Namespace : IWorkbookSet Interface
Manages a set of workbooks which may refer to each other by external cell references or external defined name references.
Object Model
IWorkbookSet Interface
Syntax
'Declaration
 
Public Interface IWorkbookSet 
   Inherits IFactoryChild 
'Usage
 
Dim instance As IWorkbookSet
public interface IWorkbookSet : IFactoryChild  
Remarks

IWorkbookSet manages a set of workbooks which may or may not be related. Multiple workbooks must be in the same workbook set for external formula references in dependent workbooks to reflect changes in precedent workbooks when a workbook set is calculated.

Except where noted, methods and properties in the SpreadsheetGear namespace are not guaranteed to be thread safe.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorkbookSet Members
SpreadsheetGear Namespace
Factory
IWorkbooks
IWorkbook