[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITableDataSource

ITableDataSource Interface

Classes that implement this interface can be regarded as DataTable data sources.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface ITableDataSource
Public Interface ITableDataSource

Methods

Name Description
GetColumnCount()

Get the column count.

GetColumnIndex(string)

Get the column index.

GetColumnName(int)

Get the column name.

GetRowCount()

Get the row count.

GetValue(int, int)

Get value from the data source.