Search
CellIndex Constructor (Int32, Int32)
See Also
 






Initializes a new instance of the CellIndex class.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public CellIndex (
    int column,
    int row
)

 Parameters

column

row

 See Also