XlsConditionalFormat
UpdateFormula Method
|
Note: This API is now obsolete.
Updates conditional format formulas.
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 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
Parameters
-
iCurIndex
-
Type:
System
Int32
Current worksheet index.
-
iSourceIndex
-
Type:
System
Int32
Source worksheet index.
-
sourceRect
-
Type:
System.Drawing
Rectangle
Source rectangle.
-
iDestIndex
-
Type:
System
Int32
Destination worksheet index.
-
destRect
-
Type:
System.Drawing
Rectangle
Destination rectangle.
-
row
-
Type:
System
Int32
-
column
-
Type:
System
Int32
See Also