DocumentObjectCollection
TypesOfElement Property
|
Namespace:
Spire.Doc.Collections
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
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
Type:
Type
See Also