[]
Gets a string value that represents the range reference in the absolute A1 format.
For more address formats, use the GetAddress(bool, bool, ReferenceStyle, IRange) method.
string Address { get; }
ReadOnly Property Address As String
IRange range = worksheet.Range["B2:C3"];
string address = range.Address;