Property | Type | Description | |
---|---|---|---|
Variables | List |
Method | Description | |
---|---|---|
Close ( bool saveChanges ) : void | ||
Load ( ) : void | ||
ReadCell ( int row, int col ) : |
||
ReadRow ( int row ) : |
||
ReadRows ( int startRow, int endRow ) : |
||
Save ( ) : void | ||
SaveAs ( string fileName ) : void | ||
ServerDataSource ( |
||
ToClientDataSource ( ) : System.IO.DataSource |
public ReadCell ( int row, int col ) : |
||
row | int | |
col | int | |
return |
public ReadRows ( int startRow, int endRow ) : |
||
startRow | int | |
endRow | int | |
return |
public ServerDataSource ( |
||
dispatcher | ||
fileName | string | |
datasetname | string | |
sheetname | string | |
return | System.Collections.Generic |
public ToClientDataSource ( ) : System.IO.DataSource | ||
return | System.IO.DataSource |