Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
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# |
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