LoadSource
LoadSource type
Declaration
declare type LoadSource = "drag-and-drop" | "local-file" | "network-file" | "local-storage" | "inline-document" | "undo";
declare type LoadSource = "drag-and-drop" | "local-file" | "network-file" | "local-storage" | "inline-document" | "undo";
Referenced by
EmbeddedSpreadsheet.LoadCSV |
DocumentLoadEvent |