SpreadsheetGear 2017
Remove Method (IWorkbookSet)






SpreadsheetGear Namespace > IWorkbookSet Interface : Remove Method
The custom function to remove from the workbook set.
Removes a custom function from the workbook set.
Syntax
'Declaration
 
Sub Remove( _
   ByVal customFunction As Function _
) 
'Usage
 
Dim instance As IWorkbookSet
Dim customFunction As Function
 
instance.Remove(customFunction)
void Remove( 
   Function customFunction
)
procedure Remove( 
    customFunction: Function
); 
function Remove( 
   customFunction : Function
);
void Remove( 
   Function* customFunction
) 
void Remove( 
   Function^ customFunction
) 

Parameters

customFunction
The custom function to remove from 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