I’m trying to receive a name of a cell. Below is a VBA example to do this, so I’m looking for Aspose C# “translation” of this.
Sub test()
Sheet1.Range("Q3").Name = "Sheet1!Moretesting"
Sheet1.Range("Q3").Name.C…...Range("Q3").Name = "Sheet1!Moretesting" Sheet1.Range("Q3")...commenting here" Debug.Print Range("Q3").Name.Name End Sub edit...