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


The row position of the cell.
The name of the cell.
Initializes a new instance of the CellPosition class using the specified row index and cell name in the row area.
Syntax
Public Function New( _
   ByVal rowIndex As Integer, _
   ByVal cellName As String _
)
Dim rowIndex As Integer
Dim cellName As String
 
Dim instance As New CellPosition(rowIndex, cellName)
public CellPosition( 
   int rowIndex,
   string cellName
)

Parameters

rowIndex
The row position of the cell.
cellName
The name of the cell.
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.