MindFusion.Wpf Pack Programmer's Guide
CellRangeCollection.Item Property (Int32, Int32, Int32, Int32)
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 [
    int topLeftColumn,
    int topLeftRow,
    int bottomRightColumn,
    int bottomRightRow
] { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item( _
    topLeftColumn As Integer, _
    topLeftRow As Integer, _
    bottomRightColumn As Integer, _
    bottomRightRow As Integer _
) As CellRange

 Parameters

topLeftColumn

The zero-based index of the top-left column of the range.

topLeftRow

The zero-based index of the top-left row of the range.

bottomRightColumn

The zero-based index of the bottom-right column of the range.

bottomRightRow

The zero-based index of the bottom-right row of the range.

 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