Sign in
appsheet-third-party
/
epplus
/
7374de3285b323845eb01d6b0f1aeb2b137d4023
/
.
/
EPPlus
/
FormulaParsing
/
LexicalAnalysis
/
ITokenIndexProvider.cs
blob: 1028a1cad6c793443a794c2d31e7678d4f39f107 [
file
] [
log
] [
blame
]
namespace
OfficeOpenXml
.
FormulaParsing
.
LexicalAnalysis
;
public
interface
ITokenIndexProvider
{
int
Index
{
get
;
}
void
MoveIndexPointerForward
();
}