Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IDataLabel Interface / getParent Method
In This Topic
    getParent Method
    In This Topic
    Returns the parent object for the specified object. The return value type changes from IPoint to object in version 7.0.0.This breaking change will cause a compilation failure or runtime error. The return value could be IPoint or ITrendline.
    Syntax
    java.lang.Object getParent()
    See Also