SpreadsheetGear The Performance Spreadsheet Component Company 
IArguments Interface Members
See Also  Properties  Methods 
SpreadsheetGear.CustomFunctions Namespace : IArguments Interface


The following tables list the members exposed by IArguments.

Public Properties

 NameDescription
 PropertyCountReturns the number of arguments to the custom function.  
 PropertyCurrentColumn Returns the column of the cell which is currently being calculated.  
 PropertyCurrentFormula Returns the formula of the cell which is currently being evaluated, or null if no cell is currently being evaluated.  
 PropertyCurrentFunctionName Returns the name of the function which is currently being evaluated.  
 PropertyCurrentRow Returns the row of the cell which is currently being calculated.  
 PropertyCurrentWorksheet Returns the worksheet of the cell which is currently being calculated.  
 PropertyItem Returns the argument specified by the zero based index.  
Top

Public Methods

 NameDescription
 MethodClearError Clears errors associated with the custom function which is currently being evaluated.  
 MethodGetArrayDimensions Returns the dimensions, consisting of the number of rows and columns, of the specified argument.  
 MethodGetArrayValueReturns the specified value.  
 MethodGetLogical Returns the argument specified by the zero based index as a logical (boolean) value.  
 MethodGetNumber Returns the argument specified by the zero based index as a double precision floating point number.  
 MethodGetText Returns the argument specified by the zero based index as a string.  
Top

See Also