IWorkbookEvents.SheetCalculate Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub SheetCalculate ( _
Sh As Object _
)
'Usage
Dim instance As IWorkbookEvents
Dim Sh As Object
instance.SheetCalculate(Sh)
void SheetCalculate(
Object Sh
)
Parameters
- Sh
Type: System.Object