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