Click or drag to resize

IIoApi Interface

Provides methods for get reader and writer for working with excel files.

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public interface IIoApi

The IIoApi type exposes the following members.

Methods
  NameDescription
Public methodGetExcelReader
Get instance of IExcelReader
Public methodGetExcelWriter
Get instance of IExcelWriter
Top
See Also