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