Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected IList<T> List { get; }
Protected ReadOnly Property List As IList(Of T)
	Get
protected:
property IList<T>^ List {
	IList<T>^ get ();
}
member List : IList<'T> with get

Property Value

IList<(Of <(<'T>)>)>

See Also