MindFusion.Wpf Pack Programmer's Guide
CellCollection.Item Property (String)
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 [
    string reference
] { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item( _
    reference As String _
) As Cell

 Parameters

reference

A string value representing a cell reference in the A1 or R1C1 format.

 Property Value

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

 Remarks

If reference is not a valid cell reference, represents a cell range, or contains a sheet name other than that of the current worksheet, this property returns null (Nothing in Visual Basic).

 See Also

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