Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected Object[] FindParents(
	Type[] arrTypes
)
Protected Function FindParents ( 
	arrTypes As Type()
) As Object()
protected:
array<Object^>^ FindParents(
	array<Type^>^ arrTypes
)
member FindParents : 
        arrTypes : Type[] -> Object[] 

Parameters

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

Return Value

array<Object>[]()[][]

See Also