Spread Silverlight Documentation
IsSubtotal Method


GrapeCity.CalcEngine Namespace > CalcReference Class : IsSubtotal Method
The range index.
The row offset.
The column offset.
Determines whether the specified range is subtotal.
Syntax
'Declaration
 
Public MustOverride Function IsSubtotal( _
   ByVal range As System.Integer, _
   ByVal rowOffset As System.Integer, _
   ByVal columnOffset As System.Integer _
) As System.Boolean
'Usage
 
Dim instance As CalcReference
Dim range As System.Integer
Dim rowOffset As System.Integer
Dim columnOffset As System.Integer
Dim value As System.Boolean
 
value = instance.IsSubtotal(range, rowOffset, columnOffset)
public abstract System.bool IsSubtotal( 
   System.int range,
   System.int rowOffset,
   System.int columnOffset
)

Parameters

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

Return Value

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

Reference

CalcReference Class
CalcReference Members