Class HiddenValuesHandlingFunction
- Namespace
- OfficeOpenXml.FormulaParsing.Excel.Functions
- Assembly
- Magicodes.EPPlus.dll
public abstract class HiddenValuesHandlingFunction : ExcelFunction
- Inheritance
-
HiddenValuesHandlingFunction
- Derived
- Inherited Members
- Extension Methods
Constructors
HiddenValuesHandlingFunction()
protected HiddenValuesHandlingFunction()
Properties
IgnoreHiddenValues
public bool IgnoreHiddenValues { get; set; }
Property Value
Methods
ArgsToDoubleEnumerable(IEnumerable<FunctionArgument>, ParsingContext)
protected override IEnumerable<ExcelDoubleCellValue> ArgsToDoubleEnumerable(IEnumerable<FunctionArgument> arguments, ParsingContext context)
Parameters
argumentsIEnumerable<FunctionArgument>contextParsingContext
Returns
ArgsToDoubleEnumerable(IEnumerable<FunctionArgument>, ParsingContext, bool)
protected IEnumerable<ExcelDoubleCellValue> ArgsToDoubleEnumerable(IEnumerable<FunctionArgument> arguments, ParsingContext context, bool ignoreErrors)
Parameters
argumentsIEnumerable<FunctionArgument>contextParsingContextignoreErrorsbool
Returns
ShouldIgnore(FunctionArgument)
protected bool ShouldIgnore(FunctionArgument arg)
Parameters
argFunctionArgument
Returns
ShouldIgnore(ICellInfo, ParsingContext)
protected bool ShouldIgnore(ExcelDataProvider.ICellInfo c, ParsingContext context)
Parameters
cExcelDataProvider.ICellInfocontextParsingContext