'宣言 Public Property OnLoadedCallback As System.Action(Of String())
public System.Action<string[]> OnLoadedCallback {get; set;}
'宣言 Public Property OnLoadedCallback As System.Action(Of String())
public System.Action<string[]> OnLoadedCallback {get; set;}
grid.LoadExcel("ExcelFileSample.xlsx", new LoadExcelOptions { OnLoadedCallback = sheetNames => { // sheetNames contains all sheets' names from the loaded Excel file. } });