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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ISpreadRow this[
	int index
] { get; }
Public ReadOnly Default Property Item ( 
	index As Integer
) As ISpreadRow
	Get
public:
property ISpreadRow^ default[int index] {
	ISpreadRow^ get (int index);
}
member Item : ISpreadRow with get

Parameters

index
Int32

Property Value

ISpreadRow

See Also