GrapeCity.Xaml.CalcEngine
CalcExternalRangeIdentity Constructor(ICalcSource,Int32,Int32,Boolean)


The owner which contains the 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 CalcExternalRangeIdentity class.
Syntax
'Declaration
 
Public Function New( _
   ByVal source As ICalcSource, _
   ByVal bandIndex As Integer, _
   ByVal bandCount As Integer, _
   ByVal isRowBand As Boolean _
)
'Usage
 
Dim source As ICalcSource
Dim bandIndex As Integer
Dim bandCount As Integer
Dim isRowBand As Boolean
 
Dim instance As New CalcExternalRangeIdentity(source, bandIndex, bandCount, isRowBand)
public CalcExternalRangeIdentity( 
   ICalcSource source,
   int bandIndex,
   int bandCount,
   bool isRowBand
)

Parameters

source
The owner which contains the 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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcExternalRangeIdentity Class
CalcExternalRangeIdentity Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options