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


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

Parameters

scope
A CellScope value that specifies the cell's owner section's scope.
sectionIndex
The section position of the cell.
cellName
The cell name.
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.