SpreadsheetGear 2017
IArguments Interface Properties

SpreadsheetGear.CustomFunctions Namespace : IArguments Interface

For a list of all members of this type, see IArguments members.

Public Properties
 NameDescription
 PropertyReturns the number of arguments to the custom function.  
 PropertyReturns the column of the cell which is currently being calculated.  
 PropertyReturns the formula of the cell which is currently being evaluated, or null if no cell is currently being evaluated.  
 PropertyReturns the name of the function which is currently being evaluated.  
 PropertyReturns the row of the cell which is currently being calculated.  
 PropertyReturns the worksheet of the cell which is currently being calculated. The Function.Evaluate method precludes the use of any API on this worksheet except for the Name, Index and Workbook.Name properties.  
 PropertyReturns the argument specified by the zero based index. Note that this indexer has the side effect of converting a range or array to a single value.  
Top
See Also

Reference

IArguments Interface
SpreadsheetGear.CustomFunctions Namespace