Spread WPF Documentation
Item Property (ExcelWorksheet)


Get the ExcelCell at the specified by row and column.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer _
) As IExcelCell
'Usage
 
Dim instance As ExcelWorksheet
Dim row As System.Integer
Dim column As System.Integer
Dim value As IExcelCell
 
value = instance.Item(row, column)
public IExcelCell this[ 
   System.int row,
   System.int column
]; {get;}

Parameters

row
column

Property Value

A ExcelCell indicates the excel cell which row index is row and column index is column.
Remarks
If the cell indicated by row and column is not existed, create a new one and return it.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.