Click or drag to resize

XlsWorksheet SetCalculateValue Method

Sets the value of a cell.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetCalculateValue(
	Object value,
	int row,
	int col
)

Parameters

value
Type: System Object
The value to be set.
row
Type: System Int32
The row of the cell.
col
Type: System Int32
The column of the cell.
See Also