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 SetValue(
	int rowIndex,
	int columnIndex,
	string stringValue
)
Public Sub SetValue ( 
	rowIndex As Integer,
	columnIndex As Integer,
	stringValue As String
)
public:
virtual void SetValue(
	int rowIndex, 
	int columnIndex, 
	String^ stringValue
) sealed
abstract SetValue : 
        rowIndex : int * 
        columnIndex : int * 
        stringValue : string -> unit 
override SetValue : 
        rowIndex : int * 
        columnIndex : int * 
        stringValue : string -> unit 

Parameters

rowIndex
Int32
columnIndex
Int32
stringValue
String

Implements

IWorksheet..::..SetValue(Int32, Int32, String)

See Also