Spread WPF 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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

CalcSheetRangeErrorExpression Class
CalcSheetRangeErrorExpression Members

 

 


Copyright © GrapeCity, inc. All rights reserved.