Click or drag to resize

ExcelToPdfCOptionsFormula 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 For example(File) : ExcelToPdf.ConvertFile(ExcelDocument, pdfFile); For example(Stream): ExcelToPdf.ConvertBytes(bytes);
Inheritance Hierarchy
SystemObject
  SautinSoftExcelToPdfCOptionsFormula

Namespace: SautinSoft
Assembly: SautinSoft.ExcelToPdf (in SautinSoft.ExcelToPdf.dll) Version: 2024.11.30
Syntax
public class Formula

The ExcelToPdfCOptionsFormula type exposes the following members.

Constructors
 NameDescription
Public methodExcelToPdfCOptionsFormulaInitializes a new instance of the ExcelToPdfCOptionsFormula 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 For example(File) : ExcelToPdf.ConvertFile(ExcelDocument, pdfFile); For example(Stream): ExcelToPdf.ConvertBytes(bytes);
Top
See Also