Click or drag to resize

IWorkSheetReader Interface

Provide methods for reading data in a worksheet.

Namespace: Casewhere.Runtime.IO
Assembly: Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IWorkSheetReader

The IWorkSheetReader type exposes the following members.

Properties
 NameDescription
Public propertyColumnCount Return the number of columns in a sheet
Public propertyRowCount Return the number of rows in a sheet
Top
Methods
 NameDescription
Public methodRead(Int32, Int32) Read the data of a cell.
Public methodReadT(Int32, Int32) Read the data of a cell and cast it to a particular T type.
Top
See Also