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# |
[ObsoleteAttribute("the method is not implemented")] public void UpdateFormula( int iCurIndex, int iSourceIndex, Rectangle sourceRect, int iDestIndex, Rectangle destRect, int row, int column )
<ObsoleteAttribute("the method is not implemented")> Public Sub UpdateFormula ( iCurIndex As Integer, iSourceIndex As Integer, sourceRect As Rectangle, iDestIndex As Integer, destRect As Rectangle, row As Integer, column As Integer )
public: [ObsoleteAttribute(L"the method is not implemented")] void UpdateFormula( int iCurIndex, int iSourceIndex, Rectangle sourceRect, int iDestIndex, Rectangle destRect, int row, int column )
[<ObsoleteAttribute("the method is not implemented")>] member UpdateFormula : iCurIndex : int * iSourceIndex : int * sourceRect : Rectangle * iDestIndex : int * destRect : Rectangle * row : int * column : int -> unit