Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
ISpreadCell this[
	int row,
	int column
] { get; }
ReadOnly Default Property Item ( 
	row As Integer,
	column As Integer
) As ISpreadCell
	Get
property ISpreadCell^ default[int row, int column] {
	ISpreadCell^ get (int row, int column);
}
abstract Item : ISpreadCell with get

Parameters

row
Int32
column
Int32

Property Value

ISpreadCell

See Also