Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcRangeIdentity Class / CalcRangeIdentity Constructor / CalcRangeIdentity Constructor(Int32,Int32,Boolean)
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.


In This Topic
    CalcRangeIdentity Constructor(Int32,Int32,Boolean)
    In This Topic
    Initializes a new instance of the CalcRangeIdentity class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal bandIndex As Integer, _
       ByVal bandCount As Integer, _
       ByVal isRowBand As Boolean _
    )
    'Usage
     
    Dim bandIndex As Integer
    Dim bandCount As Integer
    Dim isRowBand As Boolean
     
    Dim instance As New CalcRangeIdentity(bandIndex, bandCount, isRowBand)
    public CalcRangeIdentity( 
       int bandIndex,
       int bandCount,
       bool isRowBand
    )

    Parameters

    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