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
)
Public Shared Function InRange (
sourceRange As IXLSRange,
worksheet As XlsWorksheet,
index As Integer,
count As Integer,
isRow As Boolean
) As Boolean
public:
static bool InRange(
IXLSRange^ sourceRange,
XlsWorksheet^ worksheet,
int index,
int count,
bool isRow
)
static member InRange :
sourceRange : IXLSRange *
worksheet : XlsWorksheet *
index : int *
count : int *
isRow : bool -> bool
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