GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Calculate Method


In This Topic
Calculate Method (IRange)
In This Topic
Calculates this range of cells on a worksheet.
Syntax
'Declaration
 
Sub Calculate() 
 
'Usage
 
Dim instance As IRange
 
instance.Calculate()
See Also