Click or drag to resize

XlsWorksheet SetFormulaBoolValue Method

Sets formula bool 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 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.

Implements

IWorksheet SetFormulaBoolValue(Int32, Int32, Boolean)
See Also