Spread Windows Forms 8.0 Product Documentation
FormulaDependentInfos.Cell Constructor


Cell's row index.
Cell's column index.
Constructor of Cell
Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal column As Integer _
)
'Usage
 
Dim row As Integer
Dim column As Integer
 
Dim instance As New FormulaDependentInfos.Cell(row, column)
public FormulaDependentInfos.Cell( 
   int row,
   int column
)

Parameters

row
Cell's row index.
column
Cell's column index.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

FormulaDependentInfos.Cell Structure
FormulaDependentInfos.Cell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.