Click or drag to resize

IWorksheet SetFormulaBoolValue Method

Sets formula bool value.

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

Parameters

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