Namespace: Spire.Xls.Core.Converter.General.Word.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 abstract Type[] TypesOfElement { get; }
Protected MustOverride ReadOnly Property TypesOfElement As Type()
	Get
protected:
virtual property array<Type^>^ TypesOfElement {
	array<Type^>^ get () abstract;
}
abstract TypesOfElement : Type[] with get

Property Value

array<Type>[]()[][]

See Also