Click or drag to resize

IWorksheet SetFormulaStringValue Method

Sets formula string value.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void SetFormulaStringValue(
	int iRow,
	int iColumn,
	string value
)

Parameters

iRow
Type: System Int32
One based row index.
iColumn
Type: System Int32
One based column index.
value
Type: System String
Represents formula string value for set.
See Also