Spread Silverlight Documentation
CalcSheetRangeErrorExpression Constructor


Starting owner of error.
Ending owner of error.
The error value.
Initializes a new instance of the CalcSheetRangeErrorExpression class.
Syntax
'Declaration
 
Public Function New( _
   ByVal startSource As ICalcSource, _
   ByVal endSource As ICalcSource, _
   ByVal value As CalcError _
)
'Usage
 
Dim startSource As ICalcSource
Dim endSource As ICalcSource
Dim value As CalcError
 
Dim instance As New CalcSheetRangeErrorExpression(startSource, endSource, value)
public CalcSheetRangeErrorExpression( 
   ICalcSource startSource,
   ICalcSource endSource,
   CalcError value
)

Parameters

startSource
Starting owner of error.
endSource
Ending owner of error.
value
The error value.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionvalue is a null reference (Nothing in Visual Basic).
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

CalcSheetRangeErrorExpression Class
CalcSheetRangeErrorExpression Members

 

 


Copyright © GrapeCity, inc. All rights reserved.