XlsObject
FindParents Method
|
Finds parent objects.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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
-
Type:
System
Type
Array of parents type.
Return Value
Type:
Object
Returns array of found parent objects.
See Also