IStandardObjectProvider.GoExcel Property

Provides functions properties to read and write data from Excel. If this property is used during the lifetime of the object that contains it, then the Dispose method should be called on the containing object.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0

Syntax

VB

ReadOnly Property GoExcel As IGoExcel
	Get

C#

IGoExcel GoExcel { get; }

Return Value

Type: IGoExcel

See Also

Reference

IStandardObjectProvider Interface
Autodesk.iLogic.Interfaces Namespace