MindFusion.Wpf Pack Programmer's Guide
CellIndex Constructor (Int32, Int32)
See Also
 





Initializes a new instance of the CellIndex class.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 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

CellIndex Constructor Overload List
CellIndex Class
MindFusion.Spreadsheet.Wpf Namespace