Spread Silverlight Documentation
IsCalculationError Method


the value which will be determined whether it's a calculate error
the error id if the value is a calculation error, otherwise, 0XFF indicate it's an unknown error.
Determine if the value is a calculation error; if it is, get the error id
Syntax
'Declaration
 
Function IsCalculationError( _
   ByVal value As System.Object, _
   ByRef errorVal As System.Short _
) As System.Boolean
'Usage
 
Dim instance As IExcelWriter
Dim value As System.Object
Dim errorVal As System.Short
Dim value As System.Boolean
 
value = instance.IsCalculationError(value, errorVal)
System.bool IsCalculationError( 
   System.object value,
   ref System.short errorVal
)

Parameters

value
the value which will be determined whether it's a calculate error
errorVal
the error id if the value is a calculation error, otherwise, 0XFF indicate it's an unknown error.

Return Value

true if the value is a calculate error, otherwise, %%
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IExcelWriter Interface
IExcelWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.