XlsObject
FindParent Method (
Type
)
|
Find parent of object.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected Object FindParent(
Type[] arrTypes
)
Protected Function FindParent (
arrTypes As Type()
) As Object
protected:
Object^ FindParent(
array<Type^>^ arrTypes
)
member FindParent :
arrTypes : Type[] -> Object
Parameters
-
arrTypes
-
Type:
System
Type
Array of parents type.
Return Value
Type:
Object
Returns finded parent object.
See Also