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