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
)
Public Sub SetCellValue (
rowIndex As Integer,
columnIndex As Integer,
boolValue As Boolean
)
public:
void SetCellValue(
int rowIndex,
int columnIndex,
bool boolValue
)
member SetCellValue :
rowIndex : int *
columnIndex : int *
boolValue : bool -> unit
Parameters
-
rowIndex
-
Type:
System
Int32
Row index.
-
columnIndex
-
Type:
System
Int32
Column index.
-
boolValue
-
Type:
System
Boolean
Value to set.
See Also