Spread Silverlight Documentation
SetCellValue Method


GrapeCity.Excel Namespace > IExcelReader Interface : SetCellValue Method
The zero based sheet index used to locate the IExcelWorksheet instance
The zero based cell row index
The zero based cell column index
The object used to set the value
Set value to a specified cell
Syntax
'Declaration
 
Function SetCellValue( _
   ByVal sheet As System.Short, _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal value As System.Object _
) As System.Boolean
'Usage
 
Dim instance As IExcelReader
Dim sheet As System.Short
Dim row As System.Integer
Dim column As System.Integer
Dim value As System.Object
Dim value As System.Boolean
 
value = instance.SetCellValue(sheet, row, column, value)
System.bool SetCellValue( 
   System.short sheet,
   System.int row,
   System.int column,
   System.object value
)

Parameters

sheet
The zero based sheet index used to locate the IExcelWorksheet instance
row
The zero based cell row index
column
The zero based cell column index
value
The object used to set the value

Return Value

true If the cell is in a valid cell in the specified worksheet, otherwise, false
See Also

Reference

IExcelReader Interface
IExcelReader Members