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# 
ArrayList Areas { get; set; }
Property Areas As ArrayList
	Get
	Set
property ArrayList^ Areas {
	ArrayList^ get ();
	void set (ArrayList^ value);
}
abstract Areas : ArrayList with get, set

Property Value

ArrayList

See Also