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
…...Words: public Field GetNextField(Range rng, int selStart) { var NextField...of a particular node in the Range . In your case you can use either...