Initializes a new instance of the CellAdressInfo class

Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public CellAdressInfo(
	int row,
	int col
)
Public Sub New ( 
	row As Integer,
	col As Integer
)
public:
CellAdressInfo(
	int row, 
	int col
)
new : 
        row : int * 
        col : int -> CellAdressInfo

Parameters

row
Int32
col
Int32

See Also