Namespace: Spire.Xls.Core.Converter.General.Word.Interface
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
bool ParseElementType(
	Type enumType,
	out Enum elementType
)
Function ParseElementType ( 
	enumType As Type,
	<OutAttribute> ByRef elementType As Enum
) As Boolean
bool ParseElementType(
	Type^ enumType, 
	[OutAttribute] Enum^% elementType
)
abstract ParseElementType : 
        enumType : Type * 
        elementType : Enum byref -> bool 

Parameters

enumType
Type
elementType
Enum%

Return Value

Boolean

See Also