'Declaration Public Function New( _ ByVal source As ICalcSource, _ ByVal bandIndex As System.Integer, _ ByVal bandCount As System.Integer, _ ByVal isRowBand As System.Boolean _ )
'Usage Dim source As ICalcSource Dim bandIndex As System.Integer Dim bandCount As System.Integer Dim isRowBand As System.Boolean Dim instance As New CalcExternalRangeIdentity(source, bandIndex, bandCount, isRowBand)
public CalcExternalRangeIdentity( ICalcSource source, System.int bandIndex, System.int bandCount, System.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.