IWorkSheetReader Interface

Provide methods for reading data in a worksheet.

Definition

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

Properties

ColumnCount Return the number of columns in a sheet
RowCount Return the number of rows in a sheet

Methods

Read(Int32, Int32) Read the data of a cell.
ReadT(Int32, Int32) Read the data of a cell and cast it to a particular T type.

See Also