CellFormula Property

Summary

Gets the formula for a cell.

Syntax

TypeScript
JavaScript
Object.defineProperty(Cell.prototype, 'cellFormula', 
	get: function() 
) 
cellFormula: string; // read-only 

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

Cell Class

Cell Members

Leadtools.Document.SheetEditor Namespace

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

Leadtools.Document.SheetEditor Assembly

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