IWorksheet
SetBlank Method
|
Sets blank in specified cell.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void SetBlank(
int iRow,
int iColumn
)
Sub SetBlank (
iRow As Integer,
iColumn As Integer
)
void SetBlank(
int iRow,
int iColumn
)
abstract SetBlank :
iRow : int *
iColumn : int -> unit
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.
See Also