Click or drag to resize

XlsWorksheet SetCellValue Method (Int32, Int32, Boolean)

Sets value in the specified 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 SetCellValue(
	int rowIndex,
	int columnIndex,
	bool boolValue
)

Parameters

rowIndex
Type: System Int32
Row index.
columnIndex
Type: System Int32
Column index.
boolValue
Type: System Boolean
Value to set.
See Also