Sign in
appsheet-third-party
/
epplus
/
refs/heads/main
/
.
/
AppsheetEpplus
/
FormulaParsing
/
Utilities
/
IdProvider.cs
blob: 53bcbdf34ff684b10724cf880fd81c52745ebce4 [
file
] [
log
] [
blame
] [
edit
]
namespace
AppsheetEpplus
;
public
abstract
class
IdProvider
{
public
abstract
object
NewId
();
}