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
arguments
IEnumerable<FunctionArgument>context
ParsingContext
Returns
ArgsToDoubleEnumerable(IEnumerable<FunctionArgument>, ParsingContext, bool)
protected IEnumerable<ExcelDoubleCellValue> ArgsToDoubleEnumerable(IEnumerable<FunctionArgument> arguments, ParsingContext context, bool ignoreErrors)
Parameters
arguments
IEnumerable<FunctionArgument>context
ParsingContextignoreErrors
bool
Returns
ShouldIgnore(FunctionArgument)
protected bool ShouldIgnore(FunctionArgument arg)
Parameters
arg
FunctionArgument
Returns
ShouldIgnore(ICellInfo, ParsingContext)
protected bool ShouldIgnore(ExcelDataProvider.ICellInfo c, ParsingContext context)
Parameters
c
ExcelDataProvider.ICellInfocontext
ParsingContext