CollectionBase
T
List Property
|
Gets the list of elements in the instance.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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
Type:
IList
T
See Also