C# Class ExcelFormulaParser.Engine.Excel.Functions.FunctionArgument

Afficher le fichier Open project: swmal/ExcelFormulaParser Class Usage Examples

Méthodes publiques

Méthode Description
ExcelStateFlagIsSet ( ExcelCellState state ) : bool
FunctionArgument ( object val ) : System
SetExcelStateFlag ( ExcelCellState state ) : void

Method Details

ExcelStateFlagIsSet() public méthode

public ExcelStateFlagIsSet ( ExcelCellState state ) : bool
state ExcelCellState
Résultat bool

FunctionArgument() public méthode

public FunctionArgument ( object val ) : System
val object
Résultat System

SetExcelStateFlag() public méthode

public SetExcelStateFlag ( ExcelCellState state ) : void
state ExcelCellState
Résultat void