'宣言 Public Overloads Function Export( _ ByVal dataPresenter As DataPresenterBase, _ ByVal workbook As Infragistics.Documents.Excel.Workbook, _ ByVal startRow As Integer, _ ByVal startColumn As Integer, _ ByVal options As ExportOptions _ ) As Infragistics.Documents.Excel.Workbook
public Infragistics.Documents.Excel.Workbook Export( DataPresenterBase dataPresenter, Infragistics.Documents.Excel.Workbook workbook, int startRow, int startColumn, ExportOptions options )