Here is a VSTO function that I’m trying to translate to Aspose.Words:
public Field GetNextField(Range rng, int selStart)
{
var NextField = (from f in rng.Fields
where f.Start > selStart
…...nodes that follows the specified one. But, could you please describe...So I spent more time with it. One thing that we are particularly...