MindFusion.Wpf Pack Programmer's Guide
CellRangeCollection.Item Property (String)
See Also
 





Gets a CellRange object that can be used to manipulate the data of the cells in the specified range.

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

 Syntax

C#  Copy Code

public CellRange Item [
    string range
] { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item( _
    range As String _
) As CellRange

 Parameters

range

A string identifying the range to get, in the format 'A1:B2'.

 Property Value

A CellRange object that can be used to manipulate the cells in the range.

 See Also

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