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