MindFusion WinForms 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
Assembly: MindFusion.Spreadsheet.WinForms

 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.

 Remarks

If the specified range includes a worksheet, this worksheet must be the same as the worksheet associated with the collection. Otherwise an ArgumentException will be raised.

 See Also

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