Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Int32
columnIndex
Int32
boolValue
Boolean

See Also