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





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

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

 Syntax

C#  Copy Code

public Cell Item [
    CellIndex index
] { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item( _
    index As CellIndex _
) As Cell

 Parameters

index

A CellIndex value representing cell's position.

 Property Value

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

 Remarks

If index is not a valid cell address, this property returns null.

 See Also

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