Spread Windows Forms 10.0 Product Documentation
FormulaDependentInfos.Cell Constructor


Cell's row index.
Cell's column index.
Represents the cell constructor.
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 Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

FormulaDependentInfos.Cell Structure
FormulaDependentInfos.Cell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.