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