Click or drag to resize

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
)

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