MindFusion.Wpf Pack Programmer's Guide
CellCollection.Item Property (Int32, Int32)
See Also
 





Gets a Cell object that can be used to manipulate the data of the cell with the specified coordinates.

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

 Syntax

C#  Copy Code

public Cell Item [
    int column,
    int row
] { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item( _
    column As Integer, _
    row As Integer _
) As Cell

 Parameters

column

The zero-based index of the cell column.

row

The zero-based index of the cell row.

 Property Value

A Cell object that can be used to get or set the data of the cell.

 See Also

Item Property Overload List
CellCollection Members
CellCollection Class
MindFusion.Spreadsheet.Wpf Namespace