MindFusion.Wpf Pack Programmer's Guide
CellIndex Constructor (Int32, Boolean, Int32, Boolean)
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,
    bool columnAbsolute,
    int row,
    bool rowAbsolute
)

Visual Basic  Copy Code

Public New ( _
    column As Integer, _
    columnAbsolute As Boolean, _
    row As Integer, _
    rowAbsolute As Boolean _
)

 Parameters

column

columnAbsolute

row

rowAbsolute

 See Also

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