SpreadJS Documentation
isSubtotal Method
The range index.
The row offset.
The column offset.
Determines whether the specified range is a subtotal.
Syntax
var instance = new GcSpread.Sheets.Calc.Reference();
var value; // Type: boolean
value = instance.isSubtotal(range, rowOffset, columnOffset);
function isSubtotal( 
   range : number,
   rowOffset : number,
   columnOffset : number
) : boolean;

Parameters

range
The range index.
rowOffset
The row offset.
columnOffset
The column offset.

Return Value

Returns true if the range is a subtotal; otherwise, false.
See Also

Reference

Reference type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.