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
See Also