Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
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 SetCaculateValue( Object value, int row, int col )
Public Sub SetCaculateValue ( value As Object, row As Integer, col As Integer )
public: void SetCaculateValue( Object^ value, int row, int col )
member SetCaculateValue : value : Object * row : int * col : int -> unit