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