Interface IParentApplication
Represents parent application.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public interface IParentApplication
Properties
Application
Gets the application object.
Declaration
IApplication Application { get; }
Property Value
Type |
---|
IApplication |
Parent
Gets the parent object.
Declaration
object Parent { get; }
Property Value
Type |
---|
System.Object |