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 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

List<(Of <(<'T>)>)>

See Also