Click or drag to resize

XlsWorksheet SetBlank Method

Sets blank in 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 SetBlank(
	int iRow,
	int iColumn
)

Parameters

iRow
Type: System Int32
One-based row indexof the cell to set value.
iColumn
Type: System Int32
One-based column index of the cell to set value.

Implements

IWorksheet SetBlank(Int32, Int32)
See Also