Sign in
appsheet-third-party
/
epplus
/
c423a5799e1f8c9ef982529147509a4e726f309e
/
.
/
AppsheetEpplus
/
FormulaParsing
/
LexicalAnalysis
/
ITokenIndexProvider.cs
blob: 3c203d7c53f9e4a66e53f97d5fce985352639437 [
file
] [
log
] [
blame
]
namespace
AppsheetEpplus
;
public
interface
ITokenIndexProvider
{
int
Index
{
get
;
}
void
MoveIndexPointerForward
();
}