Click or drag to resize

COptionsFormula Class

When processing formulas of the type - "CELL("filename", A1)" it is necessary to specify the path to the current file (stream) to ensure correct processing of the action. By default: Stream
Inheritance Hierarchy
SystemObject
  SautinSoft.ExcelCOptionsFormula

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public class Formula

The COptionsFormula type exposes the following members.

Constructors
 NameDescription
Public methodCOptionsFormulaInitializes a new instance of the COptionsFormula class
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldInputFilePath When processing formulas of the type - "CELL("filename", A1)" it is necessary to specify the path to the current file (stream) to ensure correct processing of the action. By default: Stream
Top
See Also