Spread Silverlight Documentation
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.
Initializes a new instance of the CalcRangeIdentity class.
Syntax
'Declaration
 
Public Function New( _
   ByVal bandIndex As System.Integer, _
   ByVal bandCount As System.Integer, _
   ByVal isRowBand As System.Boolean _
)
'Usage
 
Dim bandIndex As System.Integer
Dim bandCount As System.Integer
Dim isRowBand As System.Boolean
 
Dim instance As New CalcRangeIdentity(bandIndex, bandCount, isRowBand)
public CalcRangeIdentity( 
   System.int bandIndex,
   System.int bandCount,
   System.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.
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

CalcRangeIdentity Class
CalcRangeIdentity Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.