Click or drag to resize

XlsWorksheet SetFormulaStringValue Method

Sets formula string value.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public 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.

Implements

IWorksheet SetFormulaStringValue(Int32, Int32, String)
See Also