SpreadsheetGear 2017
Add Method (IWorkbookSet)






SpreadsheetGear Namespace > IWorkbookSet Interface : Add Method
The custom function to add to the workbook set.
Adds a custom function to the workbook set.
Syntax
'Declaration
 
Sub Add( _
   ByVal customFunction As Function _
) 
'Usage
 
Dim instance As IWorkbookSet
Dim customFunction As Function
 
instance.Add(customFunction)
void Add( 
   Function customFunction
)
procedure Add( 
    customFunction: Function
); 
function Add( 
   customFunction : Function
);

Parameters

customFunction
The custom function to add to the workbook set.
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 Interface
IWorkbookSet Members