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 ISpreadCell[] Items { get; }
Public ReadOnly Property Items As ISpreadCell()
	Get
public:
property array<ISpreadCell^>^ Items {
	array<ISpreadCell^>^ get ();
}
member Items : ISpreadCell[] with get

Property Value

array<ISpreadCell>[]()[][]

See Also