GrapeCity MultiRow Windows Forms Documentation
CellPosition Constructor(CellScope,Int32,Int32)


A CellScope value that specifies the cell's owner section's scope.
The section position of the cell.
The cell index.
Initializes a new instance of the CellPosition class using the specified section index and cell index in the specified area.
Syntax
Public Function New( _
   ByVal scope As CellScope, _
   ByVal sectionIndex As Integer, _
   ByVal cellIndex As Integer _
)
Dim scope As CellScope
Dim sectionIndex As Integer
Dim cellIndex As Integer
 
Dim instance As New CellPosition(scope, sectionIndex, cellIndex)
public CellPosition( 
   CellScope scope,
   int sectionIndex,
   int cellIndex
)

Parameters

scope
A CellScope value that specifies the cell's owner section's scope.
sectionIndex
The section position of the cell.
cellIndex
The cell index.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellPosition Structure
CellPosition Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.