Click or drag to resize

XlsPivotCache InRange Method

Indicates whether specified insert row/column operation affected pivot cache in some way.

Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public static bool InRange(
	IXLSRange sourceRange,
	XlsWorksheet worksheet,
	int index,
	int count,
	bool isRow
)

Parameters

sourceRange
Type: Spire.Xls.Core IXLSRange
worksheet
Type: Spire.Xls.Core.Spreadsheet XlsWorksheet
index
Type: System Int32
count
Type: System Int32
isRow
Type: System Boolean

Return Value

Type: Boolean
See Also