Search
CellIndex Constructor (Int32, Int32)
See Also
 






Initializes a new instance of the CellIndex class.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public CellIndex (
    int column,
    int row
)

Visual Basic  Copy Code

Public New ( _
    column As Integer, _
    row As Integer _
)

 Parameters

column

row

 See Also