←Select platform

CellFormula Property

Summary

Gets the formula for a cell.

Syntax

C#
C++/CLI
Python
public string CellFormula { get; } 
public:  
   property String^ CellFormula 
   { 
      String^ get() 
   } 
CellFormula # get  (Cell) 

Property Value

A string representing the formula assigned to the cell.

Remarks

The CellFormula property is a string that can be set to represent a mathematical or logical formula.

Formulas can include references to other cells, mathematical operations, logical operations, and predefined functions.

Use SetCellFormula to set the cell's formula value.

Requirements

Target Platforms

See Also

SetCellFormula Method

Cell Class

Cell Members

Leadtools.Document.LEADOffice.Sheet Namespace

Help Version 23.0.2024.4.15
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.LEADOffice Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.