ExcelFormulaParser.Engine.ExcelDataProvider.GetWorksheetFormulas C# (CSharp) Method

GetWorksheetFormulas() public abstract method

Returns all formulas on a worksheet
public abstract GetWorksheetFormulas ( string sheetName ) : string>.IDictionary
sheetName string
return string>.IDictionary
        public abstract IDictionary<string, string> GetWorksheetFormulas(string sheetName);