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# 
ArrayList Items { get; }
ReadOnly Property Items As ArrayList
	Get
property ArrayList^ Items {
	ArrayList^ get ();
}
abstract Items : ArrayList with get

Property Value

ArrayList

See Also