Spread Silverlight Documentation
CalcSheetRangeIdentity Constructor(ICalcSource,ICalcSource)


Starting owner of cell range.
Ending owner of cell range.
Initializes a new instance of the CalcRangeIdentity class.
Syntax
'Declaration
 
Public Function New( _
   ByVal startSource As ICalcSource, _
   ByVal endSource As ICalcSource _
)
'Usage
 
Dim startSource As ICalcSource
Dim endSource As ICalcSource
 
Dim instance As New CalcSheetRangeIdentity(startSource, endSource)
public CalcSheetRangeIdentity( 
   ICalcSource startSource,
   ICalcSource endSource
)

Parameters

startSource
Starting owner of cell range.
endSource
Ending owner of cell range.
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

CalcSheetRangeIdentity Class
CalcSheetRangeIdentity Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.