IExcelApplication Interface
|
Define that all behaviors in Excel must include a Parent property.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IExcelApplication
Public Interface IExcelApplication
public interface class IExcelApplication
type IExcelApplication =interface end
The
IExcelApplication
type exposes the following members.
Properties
|
Name
|
Description
|
|
Parent
|
Gets the parent object of the current instance.
|
Top
See Also