Initializes a new instance of the CellIndex class.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
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
See Also