blob: 3c203d7c53f9e4a66e53f97d5fce985352639437 [file] [log] [blame]
namespace AppsheetEpplus;
public interface ITokenIndexProvider {
int Index { get; }
void MoveIndexPointerForward();
}