Spread Silverlight Documentation
CalcSheetRangeIdentity Constructor(ICalcSource,ICalcSource,Int32,Int32,Boolean)


GrapeCity.CalcEngine Namespace > CalcSheetRangeIdentity Class > CalcSheetRangeIdentity Constructor : CalcSheetRangeIdentity Constructor(ICalcSource,ICalcSource,Int32,Int32,Boolean)
Starting owner of cell range.
Ending owner of cell range.
Row or column index of first row or column in the range
Number of rows or Columns in the range
true if current range is a full row range, otherwise, current range is a full column range.
Initializes a new instance of the CalcSheetRangeIdentity class.
Syntax
'Declaration
 
Public Function New( _
   ByVal startSource As ICalcSource, _
   ByVal endSource As ICalcSource, _
   ByVal bandIndex As System.Integer, _
   ByVal bandCount As System.Integer, _
   ByVal isRowBand As System.Boolean _
)
'Usage
 
Dim startSource As ICalcSource
Dim endSource As ICalcSource
Dim bandIndex As System.Integer
Dim bandCount As System.Integer
Dim isRowBand As System.Boolean
 
Dim instance As New CalcSheetRangeIdentity(startSource, endSource, bandIndex, bandCount, isRowBand)
public CalcSheetRangeIdentity( 
   ICalcSource startSource,
   ICalcSource endSource,
   System.int bandIndex,
   System.int bandCount,
   System.bool isRowBand
)

Parameters

startSource
Starting owner of cell range.
endSource
Ending owner of cell range.
bandIndex
Row or column index of first row or column in the range
bandCount
Number of rows or Columns in the range
isRowBand
true if current range is a full row range, otherwise, current range is a full column range.
See Also

Reference

CalcSheetRangeIdentity Class
CalcSheetRangeIdentity Members
Overload List