Click or drag to resize

XlsWorksheet SetValue Method

Sets the value of a cell in the grid.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetValue(
	int rowIndex,
	int columnIndex,
	string stringValue
)

Parameters

rowIndex
Type: System Int32
The zero-based index of the row.
columnIndex
Type: System Int32
The zero-based index of the column.
stringValue
Type: System String
The string value to set.

Implements

IWorksheet SetValue(Int32, Int32, String)
See Also