ComponentOne Studio Web API Edition
CellPosition Constructor(Int32,Int32)

The column number.
The row number.
Create a CellPosition by coordinate components.
Syntax
'Declaration
 
Public Function New( _
   ByVal col As Integer, _
   ByVal row As Integer _
)
public CellPosition( 
   int col,
   int row
)

Parameters

col
The column number.
row
The row number.
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 Class
CellPosition Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.