Click or drag to resize

XlsRange Formula Property

Returns or sets the object's formula in A1-style notation and in the language of the macro.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string Formula { get; set; }

Property Value

Type: String

Implements

IXLSRange Formula
See Also