IWork
|
public interface IWorkSheetReader
The IWorkSheetReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColumnCount | Return the number of columns in a sheet |
![]() | RowCount | Return the number of rows in a sheet |
Name | Description | |
---|---|---|
![]() | 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. |