Gets reference to parent IDataFrame of this IDataCell.
Declaration Syntax
C# | Visual Basic | Visual C++ |
IDataFrame Parent { get; set; }
Property Parent As IDataFrame Get Set
property IDataFrame^ Parent { IDataFrame^ get (); void set (IDataFrame^ value); }