CollectionBase
T
InnerList 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 List<T> InnerList { get; }
Protected ReadOnly Property InnerList As List(Of T)
Get
protected:
property List<T>^ InnerList {
List<T>^ get ();
}
member InnerList : List<'T> with get
Property Value
Type:
List
T
See Also