XlsWorksheet
SetCaculateValue Method
|
Note: This API is now obsolete.
Sets the value of a cell.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is obsolete, please use SetCalculateValue.")]
public void SetCaculateValue(
Object value,
int row,
int col
)
<ObsoleteAttribute("the method is obsolete, please use SetCalculateValue.")>
Public Sub SetCaculateValue (
value As Object,
row As Integer,
col As Integer
)
public:
[ObsoleteAttribute(L"the method is obsolete, please use SetCalculateValue.")]
void SetCaculateValue(
Object^ value,
int row,
int col
)
[<ObsoleteAttribute("the method is obsolete, please use SetCalculateValue.")>]
member SetCaculateValue :
value : Object *
row : int *
col : int -> unit
Parameters
-
value
-
Type:
System
Object
The value to be set.
-
row
-
Type:
System
Int32
The row of the cell.
-
col
-
Type:
System
Int32
The column of the cell.
See Also